Skip to content

Commit

Permalink
changed linux cuda gcc version to 8
Browse files Browse the repository at this point in the history
  • Loading branch information
mohammedzakikochargi committed Jun 26, 2024
1 parent 13053ca commit 385e604
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI-Linux-CUDA.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
is-selfhosted: true
cuda: 'ON'
prep-cmd: 'echo skipping builder prep as I can not sudo'
bootstrap-cmd: 'export PATH="$HOME/.local/bin/gcc-11:$PATH" && ./vcpkg/bootstrap-vcpkg.sh'
bootstrap-cmd: 'export PATH="/usr/bin/gcc-8:$PATH" && ./vcpkg/bootstrap-vcpkg.sh'
cache-path: './none'
nProc: 6
linux-cuda-publish:
Expand Down

0 comments on commit 385e604

Please sign in to comment.