File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -192,12 +192,12 @@ jobs:
192
192
matrix :
193
193
include :
194
194
- os : ubuntu-latest
195
- target : x86_64-unknown-linux-musl
195
+ host : x86_64-unknown-linux-musl
196
196
- os : windows-latest
197
- target : x86_64-pc-windows-msvc
197
+ host : x86_64-pc-windows-msvc
198
198
# Reenable when Safari tests start working
199
199
# - os: macos-12
200
- # target : x86_64-apple-darwin
200
+ # host : x86_64-apple-darwin
201
201
runs-on : ${{ matrix.os }}
202
202
steps :
203
203
- uses : actions/checkout@v3
@@ -208,7 +208,7 @@ jobs:
208
208
shell : bash
209
209
run : |
210
210
VERSION=v0.10.3
211
- URL=https://github.com/rustwasm/wasm-pack/releases/download/${VERSION}/wasm-pack-${VERSION}-${{ matrix.target }}.tar.gz
211
+ URL=https://github.com/rustwasm/wasm-pack/releases/download/${VERSION}/wasm-pack-${VERSION}-${{ matrix.host }}.tar.gz
212
212
wget -O - $URL | tar -xz --strip-components=1 -C ~/.cargo/bin
213
213
wasm-pack --version
214
214
- uses : Swatinem/rust-cache@v2
You can’t perform that action at this time.
0 commit comments