Skip to content

Commit

Permalink
Add rust toolchain setup in the workflow action
Browse files Browse the repository at this point in the history
  • Loading branch information
unixzii committed Mar 29, 2023
1 parent ad42cf8 commit fd5b02e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build_vsix_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,10 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}


- name: Use Rust
uses: actions-rs/toolchain@v1.0.6

- name: Prepare wasm-pack
uses: jetli/wasm-pack-action@v0.4.0

Expand Down

0 comments on commit fd5b02e

Please sign in to comment.