CI: keep building packages on failure

It's helpful to know whether there are new and exciting failures
elsewhere.
This commit is contained in:
Samuel Dionne-Riel
2025-01-24 16:45:51 -05:00
parent d8c2edd8ab
commit 33c28786d6

View File

@@ -29,6 +29,7 @@ jobs:
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
strategy: strategy:
matrix: ${{fromJSON(needs.matrix.outputs.matrix)}} matrix: ${{fromJSON(needs.matrix.outputs.matrix)}}
fail-fast: false
steps: steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2