Skip to content

Commit

Permalink
setup rust stable
Browse files Browse the repository at this point in the history
Sometimes the rust toolchain was not properly installed

this installs the rust toolchain before running cargo. Fixes errors about rustc
being out of date.
  • Loading branch information
ayys committed Feb 12, 2024
1 parent ad272ee commit bafa228
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: install
args: cargo-wasmer --verbose --debug --version '^0.4'
args: cargo-wasmer --verbose --debug --version '^0.4' --locked
- name: Type Checking
uses: actions-rs/cargo@v1
with:
Expand Down

0 comments on commit bafa228

Please sign in to comment.