We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f930de commit 93b104fCopy full SHA for 93b104f
1 file changed
.github/workflows/publish.yml
@@ -53,7 +53,8 @@ jobs:
53
needs: test
54
strategy:
55
fail-fast: false
56
- matrix:
+ continue-on-error: true
57
+ matrix:
58
include:
59
- target: x86_64-unknown-linux-gnu
60
os: ubuntu-latest
0 commit comments