Skip to content

Commit

Permalink
Merge branch 'devel' into olz_link_scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinSalinas98 authored Sep 15, 2024
2 parents 3547b16 + e68f644 commit e13a23d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
cuda:
- {version: '11.8.0', method: 'network'}
- {version: '12.2.2', method: 'network'}
- {version: 'None'}

compiler:
- {cc: gcc, cxx: g++}
Expand Down Expand Up @@ -48,11 +49,13 @@ jobs:
python -m pip install numpy
- uses: Jimver/cuda-toolkit@master
if: matrix.cuda.version != 'None'
id: cuda-toolkit
with:
cuda: ${{ matrix.cuda.version }}
method: ${{ matrix.cuda.method }}
sub-packages: ${{ matrix.cuda.method=='network' && '["nvcc", "toolkit"]' || '[]' }} # Fake ternary operator

- uses: actions/checkout@main
with:
fetch-depth: 0
Expand Down

0 comments on commit e13a23d

Please sign in to comment.