Skip to content

Commit 959734d

Browse files
committed
chore: try to make wasm-pack happy
Signed-off-by: Chojan Shang <[email protected]>
1 parent 6455c42 commit 959734d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/rust.yml

+2
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,8 @@ jobs:
211211
- name: Build with wasm-pack
212212
working-directory: ./datafusion/wasmtest
213213
run: wasm-pack build --dev
214+
env:
215+
RUSTFLAGS: --cfg tokio_unstable
214216

215217
# verify that the benchmark queries return the correct results
216218
verify-benchmark-results:

0 commit comments

Comments
 (0)