Skip to content

Commit

Permalink
Adds Java17 to github workflow (#143)
Browse files Browse the repository at this point in the history
* Adds java 17 to build gfxr for android in workflow

* Removed whitespace
  • Loading branch information
GrantComm authored Dec 2, 2024
1 parent 9db3f9d commit 446fd4d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,12 @@ jobs:
- name: Run lint script
run: ./scripts/clangformat.sh

- name: Set up Java 17
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'temurin'

# Build the code
build_Windows_Debug:
runs-on: windows-2022
Expand Down

0 comments on commit 446fd4d

Please sign in to comment.