Skip to content
This repository was archived by the owner on Sep 27, 2024. It is now read-only.

Commit

Permalink
Continue to execute builds even if a platform fails. (#209)
Browse files Browse the repository at this point in the history
  • Loading branch information
danrmiller authored Jan 11, 2024
1 parent 049d17e commit 09c3df7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ env:
jobs:
build:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 09c3df7

Please sign in to comment.