Skip to content

Commit

Permalink
Install MSVC on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
lptr committed Jun 11, 2024
1 parent e89ab68 commit cac261c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ jobs:
distribution: 'temurin'
java-version: '11'

- uses: TheMrMilchmann/setup-msvc-dev@v3
if: runner.os == 'Windows'
with:
arch: x64

- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3
with:
Expand Down

0 comments on commit cac261c

Please sign in to comment.