Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
baoyachi committed Dec 8, 2023
1 parent aab9bf2 commit 24d3bd8
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,14 @@ jobs:
working-directory: ./example_shadow_hook

# example_wasm check
- name: Setup wasm-pack
uses: jetli/[email protected]
- uses: jetli/[email protected]
with:
version: latest
- name: Setup wasm-pack
run: |
cargo b
wasm-pack build --target bundler
wasm-pack build --target web
working-directory: ./example_wasm

# build on nightly
Expand Down

0 comments on commit 24d3bd8

Please sign in to comment.