Skip to content

Commit bd6bcf7

Browse files
committed
CI: Fix wasm-pack install (again)
Revert to the old URL until drager/wasm-pack#1517 is fixed.
1 parent 61ce9f5 commit bd6bcf7

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ jobs:
371371
with:
372372
node-version: 20
373373
- name: Install wasm-pack
374-
run: curl https://drager.github.io/wasm-pack/installer/init.sh -sSf | sh
374+
run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
375375
- name: Fake slint-lsp build
376376
run: |
377377
mkdir -p target/debug

.github/workflows/nightly_snapshot.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ jobs:
293293
working-directory: editors/vscode
294294
run: pnpm install --frozen-lockfile
295295
- name: Install wasm-pack
296-
run: curl https://drager.github.io/wasm-pack/installer/init.sh -sSf | sh
296+
run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
297297
- name: Build package and optionally publish to Visual Studio Marketplace
298298
id: publishToVSCM
299299
uses: HaaLeo/publish-vscode-extension@v2

.github/workflows/wasm_demos.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
with:
2929
target: wasm32-unknown-unknown
3030
- name: Install wasm-pack
31-
run: curl https://drager.github.io/wasm-pack/installer/init.sh -sSf | sh
31+
run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
3232
- name: Printerdemo WASM build
3333
run: |
3434
sed -i "s/#wasm# //" Cargo.toml

.github/workflows/wasm_editor_and_interpreter.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
with:
3232
target: wasm32-unknown-unknown
3333
- name: Install wasm-pack
34-
run: curl https://drager.github.io/wasm-pack/installer/init.sh -sSf | sh
34+
run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
3535

3636
- name: Compile slint-wasm-interpreter
3737
run: wasm-pack build --release --target web -- --features console_error_panic_hook

0 commit comments

Comments
 (0)