fix: always install rust, append cargo bin to GITHUB_PATH for subsequent steps
All checks were successful
Rust Build / build (push) Successful in 3m46s

This commit is contained in:
Hermes
2026-05-02 14:29:03 -07:00
parent bdbac0bee8
commit b79a47d2f5

View File

@@ -36,9 +36,9 @@ jobs:
restore-keys: rust-Linux-
- name: Setup Rust
if: steps.cache.outputs.cache-hit != 'true'
run: |
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain stable
echo "$HOME/.cargo/bin" >> $GITHUB_PATH
- name: Build
run: cargo build --verbose