Skip to content

Commit

Permalink
install cli, not core
Browse files Browse the repository at this point in the history
  • Loading branch information
jtguibas committed Jan 24, 2024
1 parent b3d2102 commit 9bd3547
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:

- name: Install cargo prove
run: cargo install --locked --path .
working-directory: vm/core
working-directory: vm/cli

- name: Build toolchain
run: GITHUB_ACCESS_TOKEN=${{ secrets.PRIVATE_PULL_TOKEN }} cargo prove build-toolchain
Expand Down

0 comments on commit 9bd3547

Please sign in to comment.