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 42f1c2a commit 443614cCopy full SHA for 443614c
.github/workflows/upload-binaries.yml
@@ -12,6 +12,7 @@ jobs:
12
linux:
13
runs-on: ubuntu-20.04
14
strategy:
15
+ fail-fast: false # we don't want to cancel building binaries for other targets just because one fails
16
matrix:
17
target:
18
[
@@ -69,6 +70,7 @@ jobs:
69
70
windows:
71
runs-on: windows-2022
72
73
74
75
target: [i686-pc-windows-msvc, x86_64-pc-windows-msvc]
76
steps:
@@ -107,6 +109,7 @@ jobs:
107
109
macos:
108
110
runs-on: macos-11
111
112
113
114
target: [x86_64-apple-darwin, aarch64-apple-darwin]
115
0 commit comments