mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-09-09 00:00:08 +02:00
ci: use Rust 1.98 for wasm32-wasip2 (#8412)
This commit is contained in:
@@ -1126,10 +1126,10 @@ jobs:
|
|||||||
timeout-minutes: 10
|
timeout-minutes: 10
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: Install Rust ${{ env.rust_stable }}
|
- name: Install Rust 1.98
|
||||||
uses: dtolnay/rust-toolchain@stable
|
uses: dtolnay/rust-toolchain@stable
|
||||||
with:
|
with:
|
||||||
toolchain: ${{ env.rust_stable }}
|
toolchain: '1.98'
|
||||||
targets: wasm32-wasip2
|
targets: wasm32-wasip2
|
||||||
|
|
||||||
- name: Install cargo-nextest, wasmtime
|
- name: Install cargo-nextest, wasmtime
|
||||||
|
|||||||
Reference in New Issue
Block a user