Install curl correctly (#461)

This commit is contained in:
Andrzej Janik
2025-08-01 04:56:37 +02:00
committed by GitHub
parent 7fc6caffb6
commit c00496b92a

View File

@ -31,7 +31,7 @@ jobs:
fileName: 'zluda-linux-*.tar.gz' fileName: 'zluda-linux-*.tar.gz'
- name: Build and run - name: Build and run
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 curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- --default-toolchain nightly --profile minimal -y
pids=() pids=()
exit_codes=() exit_codes=()