Skip to content

Commit fe04c69

Browse files
authored
chore: Fix release CI
1 parent 0ea919d commit fe04c69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
- name: Install Rust 1.81.0
9393
run: |
9494
rustup toolchain install 1.81.0
95-
rustup target add wasm32-wasi --toolchain 1.81.0
95+
rustup target add wasm32-wasip1 --toolchain 1.81.0
9696
- name: Restore wasm-tools from cache
9797
uses: actions/cache@v3
9898
id: wasm-tools

0 commit comments

Comments
 (0)