Skip to content

Commit

Permalink
Change config
Browse files Browse the repository at this point in the history
  • Loading branch information
mborland committed Jul 17, 2024
1 parent 3f57c17 commit 88581fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cuda-b2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ jobs:
fi
- name: Create user-config
run: |
echo "using cuda : : ${{ steps.cuda-toolkit.outputs.CUDA_PATH }}/bin/nvcc ;" > $HOME/user-config.jam
echo "using nvcc : : ${{ steps.cuda-toolkit.outputs.CUDA_PATH }}/bin/nvcc ;" > $HOME/user-config.jam
- name: Run tests
if: matrix.cmake_tests == ''
run: |
Expand Down

0 comments on commit 88581fe

Please sign in to comment.