Skip to content

Commit

Permalink
Pin rustc to 1.81 for wasm
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Oct 25, 2024
1 parent 354b7d3 commit dea4e52
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,8 @@ jobs:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
with:
# TODO: Pin to 1.81 due to https://github.com/webpack/webpack/issues/15566
toolchain: '1.81'
targets: wasm32-unknown-unknown
- name: Install wasm-pack
uses: taiki-e/install-action@wasm-pack
Expand Down

0 comments on commit dea4e52

Please sign in to comment.