Skip to content

Commit

Permalink
action: install openjdk17 for building ATG
Browse files Browse the repository at this point in the history
  • Loading branch information
KuhakuPixel committed Mar 8, 2024
1 parent b85dd06 commit 790dfa2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,9 @@ jobs:
with:
submodules: "true"

- name: "install build dependecies"
run: sudo apt-get install openjdk-17-jdk-headless

- name: build
working-directory: ./ATG
# only build no testing
Expand Down

0 comments on commit 790dfa2

Please sign in to comment.