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
Some checks failed
Smoke tests / Build and smoke test (push) Failing after 34s
This commit is contained in:
@@ -13,8 +13,8 @@ jobs:
|
||||
|
||||
- name: Install Rust
|
||||
run: |
|
||||
sudo apt update
|
||||
sudo apt install -y cargo
|
||||
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
|
||||
echo "$HOME/.cargo/bin" >> $GITHUB_PATH
|
||||
|
||||
- name: Build
|
||||
run: cargo build
|
||||
|
||||
Reference in New Issue
Block a user