Skip to content

Commit

Permalink
chore: switch to install cargo-miden from the next branch on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
greenhat committed Oct 16, 2024
1 parent 53650d7 commit df2c574
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: install
args: --git https://github.com/0xPolygonMiden/compiler --branch main cargo-miden
args: --git https://github.com/0xPolygonMiden/compiler --branch next cargo-miden
- name: Run `cargo miden new` command
run: cargo miden new my-account-proj --template-path .
- name: Run `cargo miden build` command
Expand Down

0 comments on commit df2c574

Please sign in to comment.