Skip to content

Commit a873399

Browse files
committed
ci(win): fixing errors
1 parent 3b26d6e commit a873399

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/actions/update-msvc/action.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,5 @@ runs:
55

66
steps:
77
- run: |
8-
dotnet tool update -g dotnet-vs;
9-
vs update all;
8+
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"""
109
shell: pwsh

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
os: [windows-latest]
7070

7171
steps:
72-
- uses: actions/checkout@v2
72+
- uses: actions/checkout@v4
7373

7474
- name: Update MSVC
7575
uses: ./.github/actions/update-msvc

0 commit comments

Comments
 (0)