Skip to content

Commit

Permalink
Hard code compiler location
Browse files Browse the repository at this point in the history
  • Loading branch information
mborland committed Jul 17, 2024
1 parent 7380a8a commit c8d464d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cuda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
run: |
cd ../boost-root
mkdir __build__ && cd __build__
sudo cmake -DBOOST_INCLUDE_LIBRARIES=$LIBRARY -DBUILD_TESTING=ON -DCMAKE_CUDA_COMPILER=${{steps.cuda-toolkit.outputs.CUDA_PATH}} -DENABLE_CUDA=1 -DCMAKE_CUDA_ARCHITECTURES=70 ..
cmake -DBOOST_INCLUDE_LIBRARIES=$LIBRARY -DBUILD_TESTING=ON -DCMAKE_CUDA_COMPILER=/usr/local/cuda/bin/nvcc -DENABLE_CUDA=1 -DCMAKE_CUDA_ARCHITECTURES=70 ..
- name: Build tests
run: |
Expand Down

0 comments on commit c8d464d

Please sign in to comment.