File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments