Skip to content

Commit

Permalink
install cuda-toolkit
Browse files Browse the repository at this point in the history
  • Loading branch information
a5huynh committed Nov 13, 2024
1 parent bc144f5 commit 525b16d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,10 @@ jobs:
if: matrix.platform == 'macos-latest'
run: |
echo "target_os_name=mac" >> $GITHUB_ENV
- name: Setup cuda-toolkit
if: ${{startsWith(matrix.platform, 'windows')}}
uses: Jimver/cuda-toolkit@latest
id: cuda-toolkit
# Build stuff
- name: build sidecar (windows/linux)
if: ${{ matrix.platform == 'windows-latest' || startsWith(matrix.platform, 'ubuntu') }}
Expand Down

0 comments on commit 525b16d

Please sign in to comment.