Skip to content

Commit

Permalink
install wasm-pack
Browse files Browse the repository at this point in the history
  • Loading branch information
eneoli committed Sep 5, 2024
1 parent 039bc82 commit e1699e1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ jobs:
environment: Deployment
steps:
- uses: actions/checkout@v4
- name: Install wasm-pack
run: cargo install wasm-pack
- name: Install NodeJs
uses: actions/setup-node@v4
- run: npm install
- run: ./deploy.sh
env:
Expand Down

0 comments on commit e1699e1

Please sign in to comment.