Skip to content

Commit

Permalink
[ci] get orca from fixed branch (#131)
Browse files Browse the repository at this point in the history
We want to prevent ppl fixing the same issues with orca API changes.
  • Loading branch information
ahuoguo authored Aug 2, 2024
1 parent ffbe286 commit cf07437
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
./output/tests/interpreters/wasm --help
- name: Setup and Build Orca
run: |
cd .. && git clone https://github.com/thesuhas/orca.git
cd .. && git clone https://github.com/thesuhas/orca.git --branch before-wizard
cd orca
cargo build
- name: Build
Expand Down

0 comments on commit cf07437

Please sign in to comment.