Skip to content

Commit 93b104f

Browse files
committed
Allow release to proceed even when some build targets fail
1 parent 1f930de commit 93b104f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@ jobs:
5353
needs: test
5454
strategy:
5555
fail-fast: false
56-
matrix:
56+
continue-on-error: true
57+
matrix:
5758
include:
5859
- target: x86_64-unknown-linux-gnu
5960
os: ubuntu-latest

0 commit comments

Comments
 (0)