Skip to content

Commit

Permalink
ci: set the c compiler flags for supraseal job
Browse files Browse the repository at this point in the history
  • Loading branch information
galargh authored Feb 2, 2025
1 parent 2f31e0a commit a0f7de9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,10 @@ jobs:
supraseal:
name: Build with CUDA supraseal
runs-on: ubuntu-latest
env:
CC: gcc-12
CXX: g++-12
NVCC_PREPEND_FLAGS: "-ccbin /usr/bin/g++-12"
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit a0f7de9

Please sign in to comment.