ci: use Rust 1.98 for wasm32-wasip2 (#8412)

This commit is contained in:
Alice Ryhl
2026-09-07 06:25:02 +00:00
parent 26e6ee89c0
commit 3e6eb7d33a
+2 -2
View File
@@ -1126,10 +1126,10 @@ jobs:
timeout-minutes: 10
steps:
- uses: actions/checkout@v4
- name: Install Rust ${{ env.rust_stable }}
- name: Install Rust 1.98
uses: dtolnay/rust-toolchain@stable
with:
toolchain: ${{ env.rust_stable }}
toolchain: '1.98'
targets: wasm32-wasip2
- name: Install cargo-nextest, wasmtime