From cb3fa20f1387bbdf67b8704eef1ee370cae5c332 Mon Sep 17 00:00:00 2001 From: James Ravenscroft Date: Sun, 14 May 2023 09:24:21 +0100 Subject: [PATCH] try to be more targetted about cuda deps --- .github/workflows/build-cuda.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-cuda.yml b/.github/workflows/build-cuda.yml index f815bda..0572149 100644 --- a/.github/workflows/build-cuda.yml +++ b/.github/workflows/build-cuda.yml @@ -39,7 +39,7 @@ jobs: run: | wget https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2204/x86_64/cuda-keyring_1.0-1_all.deb sudo dpkg -i cuda-keyring_1.0-1_all.deb - sudo apt-get update && sudo apt-get install -yq libboost-dev cuda + sudo apt-get update && sudo apt-get install -yq libboost-dev cuda-nvcc-11-7 - name: Build # Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.