Skip to content

Commit 5b02a8e

Browse files
committed
Set fail-fast to false
1 parent 0d0a2df commit 5b02a8e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish_binaries.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ jobs:
1010
name: Publish for ${{ matrix.os }} ${{ matrix.target }}
1111
runs-on: ${{ matrix.os }}
1212
strategy:
13+
fail-fast: false
1314
matrix:
1415
include:
1516
- os: ubuntu-latest

0 commit comments

Comments
 (0)