Skip to content

Commit fe52c30

Browse files
committed
turn off failfast for debugging
1 parent 2d9909a commit fe52c30

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
build:
1313
runs-on: ${{ matrix.os }}
1414
strategy:
15+
fail-fast: false
1516
matrix:
1617
os: [ubuntu-22.04, ubuntu-24.04]
1718
mode: [newlib, linux, musl, uclibc]

0 commit comments

Comments
 (0)