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 4d0cf8d commit 103d861Copy full SHA for 103d861
.github/workflows/tests.yml
@@ -40,7 +40,7 @@ jobs:
40
- name: Install Visual Studio components
41
if: matrix.os == 'windows-2022'
42
run: |
43
- 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"
44
45
- name: Checkout
46
uses: actions/checkout@v4
0 commit comments