From 94cacbd9131ef82cc49997a4c9f346b25022e8a8 Mon Sep 17 00:00:00 2001 From: jzmaddock Date: Mon, 14 Apr 2025 18:33:05 +0100 Subject: [PATCH] More CI --- .github/workflows/ci.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2dfaa404..5dff790c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -400,7 +400,7 @@ jobs: run: | uname -a apt update - apt -y install gcc g++ git python + apt -y install gcc g++ git python3 echo $PWD config=$PWD cd .. @@ -436,7 +436,7 @@ jobs: run: | uname -a apt update - apt -y install clang gcc g++ git python + apt -y install clang gcc g++ git python3 echo $PWD config=$PWD cd .. @@ -543,8 +543,10 @@ jobs: commit-filter-separator: ';' fail-fast: true - uses: Jimver/cuda-toolkit@v0.2.4 + id: cuda-toolkit with: cuda: '12.5.0' + log-file-suffix: '${{matrix.std}}.txt' - name: Add repository run: sudo apt-add-repository -y "ppa:ubuntu-toolchain-r/test" - name: Install packages