Skip to content

Commit

Permalink
Merge pull request #2 from theseus-rs/update-msvc-action-version
Browse files Browse the repository at this point in the history
chore: update msvc github action to address warnings
  • Loading branch information
brianheineman authored Feb 9, 2024
2 parents 67d4da0 + 732670f commit 9f37bbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ jobs:
- name: Configure MSVC (Windows)
if: ${{ startsWith(matrix.id, 'windows-') }}
uses: ilammy/msvc-dev-cmd@v1.4.1
uses: ilammy/msvc-dev-cmd@v1.13.0

- name: Install dependencies (Windows)
if: ${{ startsWith(matrix.id, 'windows-') }}
Expand Down

0 comments on commit 9f37bbe

Please sign in to comment.