Skip to content

Commit

Permalink
Add a 'fail-fast: false' line to the build straetgy. It might be true…
Browse files Browse the repository at this point in the history
… (now) that because the mac build fails, even though continue-on-error is true, the final autobuild step isn't triggered
  • Loading branch information
callumlinden committed Nov 19, 2024
1 parent a3b8d24 commit cd246ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on: [push]
jobs:
build:
strategy:
fail-fast: false
matrix:
os: [windows-xlarge]
addrsize: ["64"]
Expand Down

0 comments on commit cd246ed

Please sign in to comment.