Commit 72d11e790664

Vincent Demeester <vincent@sbr.pm>
2025-10-02 16:45:57
.github/workflows/build-packages: do not fail fast
build all the packages still. Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 962151e
Changed files (1)
.github
.github/workflows/build-packages.yaml
@@ -32,6 +32,7 @@ jobs:
     needs: nix-matrix
     runs-on: ${{ matrix.os }}
     strategy:
+      fail-fast: false # Keep running if one leg fails.
       matrix: ${{fromJSON(needs.nix-matrix.outputs.matrix)}}
     steps:
       - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0