Skip to content

Commit 47d75ac

Browse files
DEBUG: Turn off fail-fast for debugging
1 parent 57c6247 commit 47d75ac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-toolchain.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,7 @@ jobs:
195195
needs: [build-matrix]
196196
if: ${{ always() }}
197197
strategy:
198+
fail-fast: false
198199
matrix:
199200
include: ${{ fromJSON(needs.build-matrix.outputs.entries) }}
200201

0 commit comments

Comments
 (0)