Skip to content

Commit 80d871a

Browse files
Disable fail-fast and optimize build steps
1 parent 8c0ab1e commit 80d871a

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
timeout-minutes: 30
1717

1818
strategy:
19+
fail-fast: false
1920
matrix:
2021
os: [windows-latest, macos-latest, ubuntu-latest]
2122

@@ -46,6 +47,9 @@ jobs:
4647
with:
4748
github_token: ${{ secrets.GITHUB_TOKEN }}
4849
publish: always
50+
# We already ran install and build above
51+
skip_install: true
52+
skip_build: true
4953
# On macOS, code signing is required for auto-updates.
5054
# For Windows, it's highly recommended.
5155
# Set these secrets in GitHub if you have certificates:

0 commit comments

Comments
 (0)