Skip to content

Commit

Permalink
Fix fail-fast declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
JLLeitschuh committed Mar 22, 2022
1 parent 05cb0ee commit 00d72d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ on:
jobs:
build:
strategy:
fail-fast: false
matrix:
fail-fast: false
os: [ubuntu-latest, windows-latest]
# Windows is failing with "out of memory" errors.
continue-on-error: ${{ matrix.os == 'windows-latest' }}
Expand Down

0 comments on commit 00d72d1

Please sign in to comment.