Skip to content

Commit 77b7507

Browse files
committed
Run MSVC setup
1 parent a018d10 commit 77b7507

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,12 @@ jobs:
3737
with:
3838
arch: x64
3939
export-path-to-vs: VSINSTALLDIR
40+
export-path-to-vcvarsall: VCVARSALLDIR
41+
42+
- name: Set up MSVC
43+
if: runner.os == 'Windows'
44+
run: |
45+
"${{ env.VCVARSALLDIR }}\vcvarsall.bat" x64
4046
4147
- name: Setup Gradle
4248
uses: gradle/actions/setup-gradle@v3

0 commit comments

Comments
 (0)