Skip to content

Commit fd85963

Browse files
committed
ci: installs wasm-pack directly, to avoid installing old version
1 parent 9ece847 commit fd85963

File tree

2 files changed

+13
-7
lines changed

2 files changed

+13
-7
lines changed

.github/workflows/test.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,9 @@ jobs:
1616
os: [ubuntu-latest, macos-latest]
1717
steps:
1818
- uses: actions/checkout@v4
19-
- uses: jetli/wasm-pack-action@v0.4.0
20-
with:
21-
# Optional version of wasm-pack to install(eg. 'v0.9.1', 'latest')
22-
version: 'latest'
19+
- name: Install WASM-Pack
20+
run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
21+
2322
- uses: actions/setup-node@v4
2423
with:
2524
node-version: ${{ matrix.node-version }}

Cargo.lock

Lines changed: 10 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)