Skip to content

Commit 6c5239a

Browse files
committed
ci: Need to setup msvc environment before build.
1 parent 2077b62 commit 6c5239a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,9 @@ jobs:
5151
steps:
5252
- name: Check out repository code
5353
uses: actions/checkout@v4
54+
- uses: TheMrMilchmann/setup-msvc-dev@v3
55+
with:
56+
arch: x64
5457
- name: Run Build
5558
shell: cmd
5659
run: build.bat

0 commit comments

Comments
 (0)