Skip to content

Commit

Permalink
Update CI.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ellizio authored Aug 21, 2024
1 parent 69a5b8b commit 6304d7d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ jobs:
- uses: actions/checkout@v2
with:
submodules: recursive
- uses: actions/setup-java@v4
with:
java-version: '21'
distribution: 'corretto'
- uses: actions/cache@v2
with:
path: |
Expand Down

0 comments on commit 6304d7d

Please sign in to comment.