There was an error while loading. Please reload this page.
1 parent dc81115 commit 9b5b0d5Copy full SHA for 9b5b0d5
1 file changed
.github/workflows/ci.yml
@@ -42,6 +42,8 @@ env:
42
BELLMAN_CUDA_NVCC_ARGS: --fatbin --gpu-architecture=sm_75 --generate-code=arch=compute_75,code=sm_75
43
NEPTUNE_CUDA_NVCC_ARGS: --fatbin --gpu-architecture=sm_75 --generate-code=arch=compute_75,code=sm_75
44
DEBIAN_FRONTEND: noninteractive
45
+ # Standardize NVCC flags across all jobs
46
+ NVCC_PREPEND_FLAGS: "-ccbin /usr/bin/g++-12"
47
48
jobs:
49
check:
@@ -142,7 +144,6 @@ jobs:
142
144
env:
143
145
CC: gcc-12
146
CXX: g++-12
- NVCC_PREPEND_FLAGS: "-ccbin /usr/bin/g++-12"
147
steps:
148
- uses: actions/checkout@v4
149
with:
0 commit comments