Skip to content

Commit 0c4562e

Browse files
committed
set fail fast to false
1 parent 709e6ca commit 0c4562e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/archlinux.yml

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
jobs:
88
build:
99
strategy:
10+
fail-fast: false
1011
matrix:
1112
os: [ubuntu-latest]
1213
mode: [debug, release]

0 commit comments

Comments
 (0)