Skip to content

Commit

Permalink
CI: don't set cuda toolkit path manually
Browse files Browse the repository at this point in the history
  • Loading branch information
Puerling committed Sep 11, 2024
1 parent 03b0079 commit 654ef3f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -225,14 +225,13 @@ jobs:
shell: bash
working-directory: ${{runner.workspace}}/build
run: >
CUDA_PATH=/usr/local/cuda
CUDA_PATH=/usr/local/cuda-12.5
cmake $GITHUB_WORKSPACE
-DCMAKE_CUDA_COMPILER=clang++
-DSPIRIT_CUDA_ARCH=70
-DCMAKE_BUILD_TYPE=$BUILD_TYPE
$CMAKE_FLAGS
-DSPIRIT_USE_CUDA=ON
-DCUDA_TOOLKIT_ROOT_DIR=/usr/local/cuda-12.5/
- name: ⚙ Configure with OpenMP
if: matrix.parallelisation == 'openmp'
Expand Down

0 comments on commit 654ef3f

Please sign in to comment.