We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffb315f commit fb876f7Copy full SHA for fb876f7
.github/workflows/tests.yml
@@ -36,7 +36,7 @@ jobs:
36
- name: Install Visual Studio components
37
if: matrix.os == 'windows-2022'
38
run: |
39
- 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
40
41
- name: Checkout
42
uses: actions/checkout@v4
0 commit comments