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 415ae4a commit e0727abCopy full SHA for e0727ab
.github/workflows/build.yml
@@ -6,6 +6,7 @@ on:
6
7
jobs:
8
package-linux:
9
+ continue-on-error: true
10
runs-on: ubuntu-20.04
11
strategy:
12
matrix:
@@ -34,6 +35,7 @@ jobs:
34
35
path: artifacts/
36
37
package-windows:
38
39
40
41
@@ -56,6 +58,7 @@ jobs:
56
58
57
59
60
package-macos:
61
62
runs-on: macos-latest
63
64
0 commit comments