Update smoke-tests.yml to install Rust using rustup instead of apt
Some checks failed
Smoke tests / Build and smoke test (push) Failing after 34s

This commit is contained in:
AI Agent
2026-03-14 18:25:33 -06:00
parent a2ffee0f94
commit b5fb56c50c

View File

@@ -13,8 +13,8 @@ jobs:
- name: Install Rust - name: Install Rust
run: | run: |
sudo apt update curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
sudo apt install -y cargo echo "$HOME/.cargo/bin" >> $GITHUB_PATH
- name: Build - name: Build
run: cargo build run: cargo build