Skip to content

Commit fb876f7

Browse files
committed
Update workflows
1 parent ffb315f commit fb876f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Install Visual Studio components
3737
if: matrix.os == 'windows-2022'
3838
run: |
39-
choco install visualstudio2022buildtools --package-parameters "--add Microsoft.VisualStudio.Component.VC.14.40.17.10.x86.x64" -y
39+
winget install --id=Microsoft.VisualStudio.2022.Enterprise --override --quiet --add Microsoft.VisualStudio.Component.VC.14.40.17.10.x86.x64
4040
4141
- name: Checkout
4242
uses: actions/checkout@v4

0 commit comments

Comments
 (0)