Skip to content

Commit

Permalink
Run MSVC setup
Browse files Browse the repository at this point in the history
  • Loading branch information
lptr committed Jun 11, 2024
1 parent a018d10 commit d1b03f9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,12 @@ jobs:
with:
arch: x64
export-path-to-vs: VSINSTALLDIR
export-path-to-vcvarsall: VCVARSALLDIR

- name: Set up MSVC
if: runner.os == 'Windows'
run: |
call "${{ env.VCVARSALLDIR }}\vcvarsall.bat" x64
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3
Expand Down

0 comments on commit d1b03f9

Please sign in to comment.