Skip to content

Commit b1e69e5

Browse files
mox692ADD-SP
authored andcommitted
ci: pin the rust version for wasm tests (tokio-rs#7518)
(cherry picked from commit 987675e)
1 parent f020b5c commit b1e69e5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -991,10 +991,10 @@ jobs:
991991
runs-on: ubuntu-latest
992992
steps:
993993
- uses: actions/checkout@v4
994-
- name: Install Rust 1.81
994+
- name: Install Rust 1.88.0
995995
uses: dtolnay/rust-toolchain@stable
996996
with:
997-
toolchain: 1.81
997+
toolchain: 1.88.0
998998
- name: Install wasm-pack
999999
uses: taiki-e/install-action@wasm-pack
10001000

@@ -1014,10 +1014,10 @@ jobs:
10141014
- wasm32-wasip1-threads
10151015
steps:
10161016
- uses: actions/checkout@v4
1017-
- name: Install Rust ${{ env.rust_stable }}
1017+
- name: Install Rust 1.88.0
10181018
uses: dtolnay/rust-toolchain@stable
10191019
with:
1020-
toolchain: ${{ env.rust_stable }}
1020+
toolchain: 1.88.0
10211021
targets: ${{ matrix.target }}
10221022

10231023
# Install dependencies

0 commit comments

Comments
 (0)