We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54243c5 commit e3a0ac9Copy full SHA for e3a0ac9
.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 "modify --quiet --add Microsoft.VisualStudio.Component.VC.14.40.17.10.x86.x64"
+ echo "y" | winget install --id=Microsoft.VisualStudio.2022.Enterprise --override "modify --quiet --add Microsoft.VisualStudio.Component.VC.14.40.17.10.x86.x64"
44
45
- name: Checkout
46
uses: actions/checkout@v4
0 commit comments