Skip to content

Commit

Permalink
Java 17 setup for windows runner
Browse files Browse the repository at this point in the history
  • Loading branch information
Rongmario committed Feb 10, 2024
1 parent 4bfb95e commit ed80083
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 @@ -49,6 +49,12 @@ jobs:
- name: Make Directory
run: mkdir output

- name: Install Java 17
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '17'

- name: Install MSVC
uses: ilammy/msvc-dev-cmd@v1
with:
Expand Down

0 comments on commit ed80083

Please sign in to comment.