Fix apt command
Test and Build / test-and-build (push) Failing after 16s

This commit is contained in:
Jay
2025-08-22 15:02:22 -04:00
parent 497f136702
commit 5a6540fbe6
+1 -1
View File
@@ -33,7 +33,7 @@ jobs:
# Install rust toolchain # Install rust toolchain
- name: Install Rust - name: Install Rust
run: | run: |
sudo apt-get-update sudo apt-get update
sudo apt-get install -y curl build-essential ca-certificates gcc libc6-dev pkg-config libssl-dev sudo apt-get install -y curl build-essential ca-certificates gcc libc6-dev pkg-config libssl-dev
sudo apt-get install -y rustup sudo apt-get install -y rustup
rustup install stable --no-self-update --profile minimal -y rustup install stable --no-self-update --profile minimal -y