File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4747 run : |
4848 rustup toolchain install 1.77.1
4949 rustup target add wasm32-wasi --toolchain 1.77.1
50- rustup target add wasm32-wasi
50+ rustup target add wasm32-wasip1
5151
5252 - uses : actions/setup-node@v4
5353 with :
9696 run : |
9797 rustup toolchain install 1.77.1
9898 rustup target add wasm32-wasi --toolchain 1.77.1
99- rustup target add wasm32-wasi
99+ rustup target add wasm32-wasip1
100100
101101 - name : Restore Embedding Splicer from cache
102102 uses : actions/cache/restore@v4
@@ -165,7 +165,7 @@ jobs:
165165 run : |
166166 rustup toolchain install 1.77.1
167167 rustup target add wasm32-wasi --toolchain 1.77.1
168- rustup target add wasm32-wasi
168+ rustup target add wasm32-wasip1
169169
170170 - name : Restore Embedding Splicer from cache
171171 uses : actions/cache/restore@v4
You can’t perform that action at this time.
0 commit comments