Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
juntao authored Apr 30, 2024
1 parent 7058efd commit be5346c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Run examples
run: |
cd examples
cargo build --target wasm32-wasi --release
RUSTFLAGS="--cfg wasmedge --cfg tokio_unstable" cargo build --target wasm32-wasi --release
wasmedgec target/wasm32-wasi/release/qdrant_examples.wasm qdrant_examples.wasm
wasmedge qdrant_examples.wasm
Expand Down

0 comments on commit be5346c

Please sign in to comment.