Install curl correctly (#461)
Some checks are pending
ZLUDA / Run AMD GPU unit tests (push) Blocked by required conditions
ZLUDA / Build (Linux) (push) Waiting to run
ZLUDA / Build (Windows) (push) Waiting to run
ZLUDA / Build AMD GPU unit tests (push) Waiting to run

This commit is contained in:
Andrzej Janik 2025-08-01 04:56:37 +02:00 committed by GitHub
commit c00496b92a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -31,7 +31,7 @@ jobs:
fileName: 'zluda-linux-*.tar.gz'
- name: Build and run
run: |
DEBIAN_FRONTEND=noninteractive apt install -y --no-install-recommends curl
DEBIAN_FRONTEND=noninteractive sudo apt install -y --no-install-recommends curl
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- --default-toolchain nightly --profile minimal -y
pids=()
exit_codes=()