Skip to content

Commit

Permalink
Build rust
Browse files Browse the repository at this point in the history
  • Loading branch information
newcat committed Jan 6, 2024
1 parent ddf54f4 commit 92d6c28
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,12 @@ jobs:
corepack prepare yarn@stable --activate
- name: Install dependencies
run: yarn install
- name: Install rust dependencies
working-directory: ./src/rust
run: cargo install
- name: Build WASM
working-directory: ./src/rust
run: wasm-pack build --target web
- name: Build
run: yarn run build
env:
Expand Down

0 comments on commit 92d6c28

Please sign in to comment.