From 52d3ea624c146e8d448d90615f84d2b2ddbe7d36 Mon Sep 17 00:00:00 2001 From: Andrzej Janik Date: Fri, 1 Aug 2025 04:20:39 +0200 Subject: [PATCH] Fix nightly run (#459) --- .github/workflows/nightly_tests.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/nightly_tests.yml b/.github/workflows/nightly_tests.yml index 9a9099a..adf9c4c 100644 --- a/.github/workflows/nightly_tests.yml +++ b/.github/workflows/nightly_tests.yml @@ -31,6 +31,8 @@ jobs: fileName: 'zluda-linux-*.tar.gz' - name: Build and run run: | + DEBIAN_FRONTEND=noninteractive 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=() for i in $(seq 0 $((${{ env.TEST_THREADS }} - 1))); do