Skip to content

Commit 103d861

Browse files
committed
Update workflows
1 parent 4d0cf8d commit 103d861

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
@@ -40,7 +40,7 @@ jobs:
4040
- name: Install Visual Studio components
4141
if: matrix.os == 'windows-2022'
4242
run: |
43-
winget install --id=Microsoft.VisualStudio.2022.Enterprise --override --quiet --add Microsoft.VisualStudio.Component.VC.14.40.17.10.x86.x64
43+
winget install --id=Microsoft.VisualStudio.2022.Enterprise --override "--quiet --add Microsoft.VisualStudio.Component.VC.14.40.17.10.x86.x64"
4444
4545
- name: Checkout
4646
uses: actions/checkout@v4

0 commit comments

Comments
 (0)