Skip to content

Commit ab8a44d

Browse files
committed
ci
1 parent d690a55 commit ab8a44d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
target: ${{ matrix.target }}
5151

5252
- name: Install wasi-sdk
53-
if: ${{ matrix.target == 'wasm32-wasi' }}
53+
if: ${{ matrix.target == 'wasm32-unknown-unknown' || matrix.target == 'wasm32-wasi' }}
5454
env:
5555
WASI_VERSION: '19'
5656
WASI_VERSION_FULL: '19.0'

0 commit comments

Comments
 (0)