Skip to content

Commit 7068714

Browse files
committed
Fix wasm32 build
1 parent 465734a commit 7068714

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
build: yarn build --target aarch64-pc-windows-msvc
8787
- host: ubuntu-latest
8888
target: wasm32-wasip1-threads
89-
build: yarn build --target wasm32-wasip1-threads
89+
build: RUSTFLAGS="--cfg tokio_unstable" yarn build --target wasm32-wasip1-threads
9090
name: stable - ${{ matrix.settings.target }} - node@22
9191
runs-on: ${{ matrix.settings.host }}
9292
steps:

0 commit comments

Comments
 (0)