Skip to content

Commit

Permalink
fix: pin CI version to avoid wasmer issue
Browse files Browse the repository at this point in the history
  • Loading branch information
0xOmarA committed May 3, 2024
1 parent 1492e53 commit 312ad9a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/actions/setup-env/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@ runs:
- name: Install Rust toolchain
uses: RDXWorks-actions/toolchain@master
with:
toolchain: stable
toolchain: 1.77.2
default: true
target: wasm32-unknown-unknown
components: rustfmt

- name: Install nextest
uses: RDXWorks-actions/install-action@nextest
Expand Down

0 comments on commit 312ad9a

Please sign in to comment.