Skip to content

Commit

Permalink
fix(actions): disable fail fast
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianTerhorst committed Apr 14, 2024
1 parent cad0e0d commit d0ab47d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
args: -DCMAKE_BUILD_TYPE=RelWithDebInfo -A x64 -T host=x64,
nethost: nethost-windows,
}
fail-fast: false
steps:
- uses: actions/checkout@v4
- working-directory: ./
Expand Down

0 comments on commit d0ab47d

Please sign in to comment.