Skip to content

Commit

Permalink
Fix CI (for real this time)
Browse files Browse the repository at this point in the history
  • Loading branch information
jedel1043 committed Dec 6, 2023
1 parent 66262dc commit 5549fc8
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/webassembly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,18 +35,17 @@ jobs:
toolchain: stable
override: true
profile: minimal
- name: Install wasm-pack
run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
- uses: Swatinem/rust-cache@v2
- name: Cache npm build
uses: actions/cache@v3
with:
path: |
node_modules
target
~/.cargo/git
~/.cargo/registry
ffi/wasm/pkg
key: ${{ runner.os }}-npm-build-target-${{ hashFiles('**/package-lock.json') }}
- name: Install wasm-pack
uses: baptiste0928/cargo-install@v2.2.0
with:
crate: wasm-pack
- uses: actions/setup-node@v4
with:
node-version: "16"
Expand Down

0 comments on commit 5549fc8

Please sign in to comment.