Skip to content

Commit 61acb51

Browse files
committed
Merge commit '9b5b0d5' into supraseal012
2 parents a6e8eb0 + 9b5b0d5 commit 61acb51

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ env:
4242
BELLMAN_CUDA_NVCC_ARGS: --fatbin --gpu-architecture=sm_75 --generate-code=arch=compute_75,code=sm_75
4343
NEPTUNE_CUDA_NVCC_ARGS: --fatbin --gpu-architecture=sm_75 --generate-code=arch=compute_75,code=sm_75
4444
DEBIAN_FRONTEND: noninteractive
45+
# Standardize NVCC flags across all jobs
46+
NVCC_PREPEND_FLAGS: "-ccbin /usr/bin/g++-12"
4547

4648
jobs:
4749
check:
@@ -158,7 +160,6 @@ jobs:
158160
env:
159161
CC: gcc-12
160162
CXX: g++-12
161-
NVCC_PREPEND_FLAGS: "-ccbin /usr/bin/g++-12"
162163
steps:
163164
- uses: actions/checkout@v4
164165
with:

rust/Cargo.lock

Lines changed: 0 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)