File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -159,18 +159,23 @@ jobs:
159
159
- target : x86_64-unknown-linux-gnu
160
160
strip : strip
161
161
image : ghcr.io/napi-rs/napi-rs/nodejs-rust:lts-debian
162
+ download : false
162
163
- target : aarch64-unknown-linux-gnu
163
164
strip : llvm-strip
164
165
image : ghcr.io/napi-rs/napi-rs/nodejs-rust:lts-debian-aarch64
166
+ download : false
165
167
- target : armv7-unknown-linux-gnueabihf
166
168
strip : llvm-strip
167
169
image : ghcr.io/napi-rs/napi-rs/nodejs-rust:lts-debian-zig
170
+ download : false
168
171
- target : aarch64-unknown-linux-musl
169
172
image : ghcr.io/napi-rs/napi-rs/nodejs-rust:lts-alpine
170
173
strip : aarch64-linux-musl-strip
174
+ download : true
171
175
- target : x86_64-unknown-linux-musl
172
176
image : ghcr.io/napi-rs/napi-rs/nodejs-rust:lts-alpine
173
177
strip : strip
178
+ download : true
174
179
175
180
name : Build ${{ matrix.target }} (OXIDE)
176
181
runs-on : ubuntu-latest
@@ -215,6 +220,11 @@ jobs:
215
220
with :
216
221
node-version : ${{ env.NODE_VERSION }}
217
222
223
+ - name : Install Rust (Stable)
224
+ if : ${{ matrix.download }}
225
+ run : |
226
+ rustup default stable
227
+
218
228
- name : Setup cross compile toolchain
219
229
if : ${{ matrix.setup }}
220
230
run : ${{ matrix.setup }}
You can’t perform that action at this time.
0 commit comments