Skip to content

Commit e62868a

Browse files
update
1 parent 612767c commit e62868a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,10 @@ jobs:
5050

5151
- name: Set up environment (Windows)
5252
if: runner.os == 'Windows'
53-
uses: microsoft/setup-msbuild@v1.3.1
53+
#uses: microsoft/setup-msbuild@v1.3.1
54+
uses: ilammy/msvc-dev-cmd@v1
55+
with:
56+
arch: x64
5457

5558
- name: Compute cache key
5659
id: cache-key

0 commit comments

Comments
 (0)