Skip to content

Commit 91e2119

Browse files
CI: Restore WASI_SNAPSHOT=p2 for wasm32-wasip2 target build
1 parent 45991a2 commit 91e2119

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
@@ -101,7 +101,7 @@ jobs:
101101
run: |
102102
make -j4 TARGET_TRIPLE=wasm32-wasi $MAKE_TARGETS
103103
make -j4 TARGET_TRIPLE=wasm32-wasip1 $MAKE_TARGETS
104-
make -j4 TARGET_TRIPLE=wasm32-wasip2 $MAKE_TARGETS
104+
make -j4 TARGET_TRIPLE=wasm32-wasip2 WASI_SNAPSHOT=p2 $MAKE_TARGETS
105105
106106
- name: Build libc + threads
107107
# Only build the thread-capable wasi-libc in the latest supported Clang

0 commit comments

Comments
 (0)