Skip to content

Commit 16a3edd

Browse files
committed
Fix wasi CI
1 parent ebc8f60 commit 16a3edd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -415,4 +415,4 @@ jobs:
415415
- name: build rustpython
416416
run: cargo build --release --target wasm32-wasi --features freeze-stdlib,stdlib --verbose
417417
- name: run snippets
418-
run: wasmer run --dir . target/wasm32-wasi/release/rustpython.wasm -- extra_tests/snippets/stdlib_random.py
418+
run: wasmer run --dir `pwd` target/wasm32-wasi/release/rustpython.wasm -- `pwd`/extra_tests/snippets/stdlib_random.py

0 commit comments

Comments
 (0)