We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 465734a commit 7068714Copy full SHA for 7068714
.github/workflows/CI.yml
@@ -86,7 +86,7 @@ jobs:
86
build: yarn build --target aarch64-pc-windows-msvc
87
- host: ubuntu-latest
88
target: wasm32-wasip1-threads
89
- build: yarn build --target wasm32-wasip1-threads
+ build: RUSTFLAGS="--cfg tokio_unstable" yarn build --target wasm32-wasip1-threads
90
name: stable - ${{ matrix.settings.target }} - node@22
91
runs-on: ${{ matrix.settings.host }}
92
steps:
0 commit comments