Skip to content

Commit

Permalink
chore: update Rust setup action to modify PATH for cargo binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
itsyaasir committed Nov 25, 2024
1 parent c7fdef0 commit e3330bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/rust/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ runs:
apt-get update
apt-get install -y curl
curl https://sh.rustup.rs -sSf | sh -s -- -y
source $HOME/.cargo/env
echo "$HOME/.cargo/bin" >> $GITHUB_PATH
rustup update
rustup component add clippy
Expand Down

0 comments on commit e3330bf

Please sign in to comment.