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 ffb315f commit fb876f7
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 @@ -36,7 +36,7 @@ jobs:
- name: Install Visual Studio components
if: matrix.os == 'windows-2022'
run: |
choco install visualstudio2022buildtools --package-parameters "--add Microsoft.VisualStudio.Component.VC.14.40.17.10.x86.x64" -y
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 fb876f7

Please sign in to comment.