From 603c6aa3e88d15bdf22bc69089917bc1c15bd0f0 Mon Sep 17 00:00:00 2001 From: jzmaddock Date: Mon, 14 Apr 2025 19:20:38 +0100 Subject: [PATCH] cuda again. --- .github/workflows/ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6f02acc9..b634763e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -532,7 +532,7 @@ jobs: strategy: fail-fast: false matrix: - std: [ 11, 14, 17 ] + std: [ 11 ] steps: - uses: actions/checkout@v3 with: @@ -542,14 +542,14 @@ jobs: commit-filter: '[skip ci];[ci skip];[CI SKIP];[SKIP CI];***CI SKIP***;***SKIP CI***;[windows];[Windows];[WINDOWS];[apple];[Apple];[APPLE]' commit-filter-separator: ';' fail-fast: true - - uses: Jimver/cuda-toolkit@master - id: cuda-toolkit - with: - log-file-suffix: '${{matrix.std}}.txt' - name: Add repository run: sudo apt-add-repository -y "ppa:ubuntu-toolchain-r/test" - name: Install packages run: sudo apt install g++ g++-11 clang-11 + - uses: Jimver/cuda-toolkit@master + id: cuda-toolkit + with: + log-file-suffix: '${{matrix.std}}.txt' - name: Checkout main boost run: git clone -b develop --depth 1 https://github.com/boostorg/boost.git ../boost-root - name: Update Dependencies