Skip to content

Commit

Permalink
Disable fast fail for release builds due compiler crash
Browse files Browse the repository at this point in the history
  • Loading branch information
xtremekforever committed Jan 24, 2025
1 parent ffbcc2a commit 7822517
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-swift-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:

build-for-distribution:
strategy:
fail-fast: false
matrix:
distribution: [
"debian-bullseye",
Expand Down Expand Up @@ -60,6 +61,7 @@ jobs:

build-for-raspios:
strategy:
fail-fast: false
matrix:
distribution-version: [
"bullseye",
Expand Down

0 comments on commit 7822517

Please sign in to comment.