Skip to content

Commit

Permalink
fix: add rust to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
elribonazo committed Sep 15, 2024
1 parent fba98d3 commit d61d653
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,14 @@ jobs:
registry-url: 'https://registry.npmjs.org/'
cache: 'npm'
cache-dependency-path: ./ts/package-lock.json # Specify the correct path
- name: Install Rust toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: stable
override: true

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

- name: Install dependencies
run: npm ci
Expand Down

0 comments on commit d61d653

Please sign in to comment.