Skip to content

Commit 64b32b1

Browse files
correct matrix config
1 parent 702176d commit 64b32b1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/verify.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,12 @@ name: Verify libraries compilation
1111
jobs:
1212
verify:
1313
runs-on: 'ubuntu-24.04'
14+
continue-on-error: true
1415
strategy:
1516
matrix:
1617
# We will parallelize by alphabet letter
1718
letter: ['a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k', 'l', 'm', 'n', 'o', 'p', 'q', 'r', 's', 't', 'u', 'v', 'w', 'x', 'y', 'z']
18-
fail-fast: false
19+
fail-fast: false
1920
outputs:
2021
failed_libraries:
2122
steps:

0 commit comments

Comments
 (0)