File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1055,10 +1055,10 @@ jobs:
1055
1055
runs-on : ubuntu-latest
1056
1056
steps :
1057
1057
- uses : actions/checkout@v4
1058
- - name : Install Rust ${{ env.rust_stable }}
1058
+ - name : Install Rust 1.88.0
1059
1059
uses : dtolnay/rust-toolchain@stable
1060
1060
with :
1061
- toolchain : ${{ env.rust_stable }}
1061
+ toolchain : 1.88.0
1062
1062
- name : Install wasm-pack
1063
1063
uses : taiki-e/install-action@wasm-pack
1064
1064
@@ -1078,10 +1078,10 @@ jobs:
1078
1078
- wasm32-wasip1-threads
1079
1079
steps :
1080
1080
- uses : actions/checkout@v4
1081
- - name : Install Rust ${{ env.rust_stable }}
1081
+ - name : Install Rust 1.88.0
1082
1082
uses : dtolnay/rust-toolchain@stable
1083
1083
with :
1084
- toolchain : ${{ env.rust_stable }}
1084
+ toolchain : 1.88.0
1085
1085
targets : ${{ matrix.target }}
1086
1086
1087
1087
# Install dependencies
You can’t perform that action at this time.
0 commit comments