From c00496b92a3eadf434a1e468a5164d550659dac5 Mon Sep 17 00:00:00 2001 From: Andrzej Janik Date: Fri, 1 Aug 2025 04:56:37 +0200 Subject: [PATCH] Install curl correctly (#461) --- .github/workflows/nightly_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nightly_tests.yml b/.github/workflows/nightly_tests.yml index 81d40d5..267c1d8 100644 --- a/.github/workflows/nightly_tests.yml +++ b/.github/workflows/nightly_tests.yml @@ -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=()