mirror of
https://github.com/tokio-rs/tokio.git
synced 2025-09-25 12:00:35 +00:00
ci: pin the rust version for wasm tests (#7518)
This commit is contained in:
parent
11d7c0486a
commit
987675e843
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@ -1055,10 +1055,10 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Install Rust ${{ env.rust_stable }}
|
||||
- name: Install Rust 1.88.0
|
||||
uses: dtolnay/rust-toolchain@stable
|
||||
with:
|
||||
toolchain: ${{ env.rust_stable }}
|
||||
toolchain: 1.88.0
|
||||
- name: Install wasm-pack
|
||||
uses: taiki-e/install-action@wasm-pack
|
||||
|
||||
@ -1078,10 +1078,10 @@ jobs:
|
||||
- wasm32-wasip1-threads
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Install Rust ${{ env.rust_stable }}
|
||||
- name: Install Rust 1.88.0
|
||||
uses: dtolnay/rust-toolchain@stable
|
||||
with:
|
||||
toolchain: ${{ env.rust_stable }}
|
||||
toolchain: 1.88.0
|
||||
targets: ${{ matrix.target }}
|
||||
|
||||
# Install dependencies
|
||||
|
Loading…
x
Reference in New Issue
Block a user