Skip to content

Commit 487733b

Browse files
update
1 parent 1cf1e31 commit 487733b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/actions.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ jobs:
250250
steps:
251251
- uses: actions/checkout@main
252252
- name: Setup msbuild
253-
uses: microsoft/setup-msbuild@v2
253+
uses: microsoft/setup-msbuild@v1.3.3
254254
with:
255255
vs-version: '[16,17)' # 16.xx
256256
msbuild-architecture: x86
@@ -306,7 +306,7 @@ jobs:
306306
steps:
307307
- uses: actions/checkout@main
308308
- name: Setup msbuild
309-
uses: microsoft/setup-msbuild@v2
309+
uses: microsoft/setup-msbuild@v1
310310
with:
311311
vs-version: '[16,17)' # 16.xx
312312
msbuild-architecture: x86

0 commit comments

Comments
 (0)