From d2973f7a2fb5a8f805bedc4a12fe9b05a74a5b03 Mon Sep 17 00:00:00 2001 From: RaulPPealez Date: Fri, 17 Nov 2023 10:20:14 +0100 Subject: [PATCH] Update 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 f9eac85..d09a24c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -64,11 +64,13 @@ jobs: - name: Check out uses: actions/checkout@v2 - - name: Install CUDA Toolkit + - name: Install CUDA Toolkit uses: Jimver/cuda-toolkit@v0.2.11 with: cuda: ${{ matrix.cuda }} - linux-local-args: '["--toolkit", "--override"]' + method: 'network' # Use the network method for installing subpackages + linux-local-args: '["--toolkit", "--override"]' + sub-packages: '["nvcc"]' # Example subpackages if: ${{ matrix.enable_cuda }} - name: Install Miniconda