Skip to content

Commit

Permalink
ci: specify folder of rust project
Browse files Browse the repository at this point in the history
  • Loading branch information
istudyatuni committed May 13, 2022
1 parent b1b6ca9 commit d0ba4f5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
toolchain: stable
target: wasm32-unknown-unknown
- uses: Swatinem/rust-cache@v1
with:
working-directory: wasm
- name: Install wasm-pack
run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh

Expand Down

0 comments on commit d0ba4f5

Please sign in to comment.