Skip to content

Commit

Permalink
Fix monorepo setup step
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielbosio committed Sep 28, 2023
1 parent 9ea0c73 commit 9101696
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust_ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
uses: Swatinem/rust-cache@v2

- name: Clone Mina monorepo
run: sh ../evm_bridge/scripts/preinstall.sh
run: sh ../setup.sh

- name: Run cargo check
run: cargo check --workspace
Expand Down

0 comments on commit 9101696

Please sign in to comment.