Skip to content

Commit

Permalink
Githubactions: Add cargo to PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
aveenismail committed Aug 11, 2023
1 parent 9ce3de7 commit 6e7e30d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,9 @@ jobs:
bash ./rustup.sh -y
find . -name "cargo"
ls $HOME/.cargo/bin
export PATH=$PATH:$HOME/.cargo/bin
cargo version
cargo install cargo-deb
Expand Down

0 comments on commit 6e7e30d

Please sign in to comment.