Skip to content

Commit

Permalink
make sure correct cargo is used
Browse files Browse the repository at this point in the history
  • Loading branch information
Oppzippy committed May 15, 2024
1 parent 6d88e3d commit 371e223
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
- name: Install just
shell: msys2 {0}
run: |
command -v cargo
mkdir ~/.cargo
cargo install --root "$HOME/.cargo" just
printf "\nexport PATH=\"$HOME/.cargo/bin:\$PATH\"\n" >> ~/.bashrc
Expand Down

0 comments on commit 371e223

Please sign in to comment.