Skip to content

Commit

Permalink
fix wasm32-unknown-unknown too
Browse files Browse the repository at this point in the history
  • Loading branch information
Darksonn committed Oct 18, 2024
1 parent 1616520 commit 1cdcc04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -952,10 +952,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install Rust ${{ env.rust_stable }}
- name: Install Rust 1.81
uses: dtolnay/rust-toolchain@stable
with:
toolchain: ${{ env.rust_stable }}
toolchain: 1.81
- name: Install wasm-pack
uses: taiki-e/install-action@wasm-pack

Expand Down

0 comments on commit 1cdcc04

Please sign in to comment.