Skip to content

Commit

Permalink
setup msvc dev cmds
Browse files Browse the repository at this point in the history
  • Loading branch information
a5huynh committed Nov 14, 2024
1 parent 6fc8ba3 commit f37b681
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,9 @@ jobs:
if: matrix.platform == 'macos-latest'
run: |
echo "target_os_name=mac" >> $GITHUB_ENV
- name: Setup mscv dev commands
if: ${{startsWith(matrix.platform, 'windows')}}
uses: ilammy/msvc-dev-cmd@v1
- name: Setup cuda-toolkit
if: ${{startsWith(matrix.platform, 'windows')}}
uses: Jimver/[email protected]
Expand Down

0 comments on commit f37b681

Please sign in to comment.