Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyberhan123 authored Jan 7, 2024
1 parent 19c5b57 commit cb3ba95
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ env:
jobs:
build:
strategy:
# Failure in one platform build won't impact the others
fail-fast: false
matrix:
build:
Expand All @@ -29,11 +28,17 @@ jobs:

runs-on: ${{ matrix.build.os }}
steps:

- name: Checkout
uses: actions/checkout@v2
with:
submodules: recursive


- name: install pnpm
uses: pnpm/action-setup@v2
with:
version: 8

- name: Build wails
uses: dAppServer/[email protected]
id: build
Expand Down

0 comments on commit cb3ba95

Please sign in to comment.