Skip to content

Commit

Permalink
fix: install cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
jtguibas committed Jan 24, 2024
1 parent 0506b04 commit b3d2102
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 @@ -43,7 +43,7 @@ jobs:
token: ${{ secrets.PRIVATE_PULL_TOKEN }}

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

- name: Build toolchain
Expand Down

0 comments on commit b3d2102

Please sign in to comment.