This commit is contained in:
Albert Armea 2025-12-29 16:57:26 -05:00
parent c444426507
commit 347174d4ae

View file

@ -108,6 +108,7 @@ jobs:
- name: Setup Rust toolchain - name: Setup Rust toolchain
run: | run: |
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
. "$HOME/.cargo/env"
rustup component add clippy rustup component add clippy
echo "$HOME/.cargo/bin" >> $GITHUB_PATH echo "$HOME/.cargo/bin" >> $GITHUB_PATH