Skip to content

Commit

Permalink
xxxxx
Browse files Browse the repository at this point in the history
  • Loading branch information
akx committed Feb 2, 2024
1 parent a13257c commit 943ec61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@ jobs:
python-version: '3.10'

- uses: Jimver/[email protected]
if: ${{ matrix.cuda-version }} == '11.8'
if: ${{ matrix.cuda-version == '11.8' }}
with:
cuda: '11.8.0'

- uses: Jimver/[email protected]
if: ${{ matrix.cuda-version }} == '12.1'
if: ${{ matrix.cuda-version == '12.1' }}
with:
cuda: '12.1.1'

Expand Down

0 comments on commit 943ec61

Please sign in to comment.