From ce9c0aac236ec712a33b9a53844a011c6303f3b8 Mon Sep 17 00:00:00 2001 From: Andrzej Janik Date: Fri, 1 Aug 2025 18:36:11 +0200 Subject: [PATCH] In nightly runs, make sure cargo is in $PATH (#462) --- .github/workflows/nightly_tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/nightly_tests.yml b/.github/workflows/nightly_tests.yml index 267c1d8..2add87c 100644 --- a/.github/workflows/nightly_tests.yml +++ b/.github/workflows/nightly_tests.yml @@ -33,6 +33,7 @@ jobs: run: | 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 + source ~/.cargo/env pids=() exit_codes=() for i in $(seq 0 $((${{ env.TEST_THREADS }} - 1))); do