Skip to content

Commit

Permalink
next
Browse files Browse the repository at this point in the history
  • Loading branch information
heeckhau committed Dec 15, 2023
1 parent 9812378 commit ce3c025
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,6 @@ jobs:
targets: wasm32-unknown-unknown
toolchain: nightly

- uses: jetli/[email protected]

# - name: Install
# run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh

- name: Use caching
uses: Swatinem/[email protected]
with:
Expand Down Expand Up @@ -55,6 +50,9 @@ jobs:
restore-keys: |
${{ runner.os }}-pnpm-store-
- name: Install dependencies
run: npm install -g wasm-pack

- name: Install dependencies
run: pnpm install

Expand Down

0 comments on commit ce3c025

Please sign in to comment.