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 3b26d6e commit a873399Copy full SHA for a873399
.github/actions/update-msvc/action.yml
@@ -5,6 +5,5 @@ runs:
5
6
steps:
7
- run: |
8
- dotnet tool update -g dotnet-vs;
9
- vs update all;
+ Start-Process -Wait -FilePath "C:\Program Files (x86)\Microsoft Visual Studio\Installer\vs_installer.exe" -ArgumentList "update --passive --norestart --installpath ""C:\Program Files\Microsoft Visual Studio\2022\Enterprise"""
10
shell: pwsh
.github/workflows/build-and-test.yml
@@ -69,7 +69,7 @@ jobs:
69
os: [windows-latest]
70
71
72
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
73
74
- name: Update MSVC
75
uses: ./.github/actions/update-msvc
0 commit comments