Skip to content

Commit

Permalink
downgrading rust to last working version for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Zn4rK committed Oct 1, 2024
1 parent 3fb8645 commit 5cba9d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/setup-dependencies/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ runs:
- name: Setup rust
uses: actions-rs/toolchain@v1
with:
toolchain: stable
toolchain: 1.70.0

- name: Install WASM Target
run: rustup target add wasm32-wasi
Expand Down

0 comments on commit 5cba9d1

Please sign in to comment.