Skip to content

Commit 7496d87

Browse files
committed
GitHub Actions: Add missing continue-on-error
Signed-off-by: Hiroshi Hatake <[email protected]>
1 parent ea37af4 commit 7496d87

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/linux.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
jobs:
77
build:
88
runs-on: ${{ matrix.os }}
9+
continue-on-error: ${{ matrix.experimental }}
910
strategy:
1011
fail-fast: false
1112
matrix:

0 commit comments

Comments
 (0)