Skip to content

Commit

Permalink
wip: test downgrading rust to 1.81.0
Browse files Browse the repository at this point in the history
  • Loading branch information
coroiu committed Oct 21, 2024
1 parent 6460db2 commit 194b782
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-wasm-internal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Install rust
uses: dtolnay/rust-toolchain@7b1c307e0dcbda6122208f10795a713336a9b35a # stable
with:
toolchain: stable
toolchain: 1.81.0
targets: wasm32-unknown-unknown

- name: Cache cargo registry
Expand Down

0 comments on commit 194b782

Please sign in to comment.