Skip to content

Commit 46bccba

Browse files
committed
Fix wasi release CI
1 parent 65dd03f commit 46bccba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
- uses: actions/checkout@v4
112112
- name: setup wasi-sdk
113113
run: |
114-
wget -nv https://github.com/WebAssembly/wasi-sdk/releases/download/wasi-sdk-21/wasi-sdk_21.0_amd64.deb -P /tmp
114+
wget -nv https://github.com/WebAssembly/wasi-sdk/releases/download/wasi-sdk-25/wasi-sdk-25.0-x86_64-linux.deb -P /tmp
115115
sudo apt install /tmp/wasi-sdk*.deb
116116
- name: build
117117
run: |

0 commit comments

Comments
 (0)