Skip to content
This repository has been archived by the owner on Dec 7, 2024. It is now read-only.

Commit

Permalink
Setup Java
Browse files Browse the repository at this point in the history
  • Loading branch information
jfabellera committed Jan 9, 2024
1 parent 15e720b commit 0f137f7
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 @@ -59,6 +59,12 @@ jobs:
restore-keys: |
${{ matrix.example }}-${{ matrix.language }}-build-
- name: Setup Java
uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-version: 17

- name: Build
# if: (matrix.language == 'Java' && !matrix.skip-java) || (matrix.language == 'C++' && !matrix.skip-cpp)
run: |
Expand Down

0 comments on commit 0f137f7

Please sign in to comment.