Skip to content

Commit

Permalink
Disable fail-fast
Browse files Browse the repository at this point in the history
Prevents build issues in one Desktop OS from preventing the other Desktop OS builds to finish
  • Loading branch information
TechnicJelle authored and madebr committed Dec 30, 2024
1 parent c1e7f81 commit 17dac9a
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 @@ -7,6 +7,7 @@ jobs:
name: ${{ matrix.platform.name }}
runs-on: ${{ matrix.platform.os }}
strategy:
fail-fast: false
matrix:
platform:
- { name: Linux, os: ubuntu-latest }
Expand Down

0 comments on commit 17dac9a

Please sign in to comment.