Install curl correctly

This commit is contained in:
Andrzej Janik
2025-08-01 02:56:10 +00:00
parent 7fc6caffb6
commit 508a72bbc4

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=()