Skip to content

Commit

Permalink
Update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
eel76 committed Nov 8, 2024
1 parent 4d0cf8d commit 103d861
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Install Visual Studio components
if: matrix.os == 'windows-2022'
run: |
winget install --id=Microsoft.VisualStudio.2022.Enterprise --override --quiet --add Microsoft.VisualStudio.Component.VC.14.40.17.10.x86.x64
winget install --id=Microsoft.VisualStudio.2022.Enterprise --override "--quiet --add Microsoft.VisualStudio.Component.VC.14.40.17.10.x86.x64"
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 103d861

Please sign in to comment.