Skip to content

Commit

Permalink
Add github actions cache.
Browse files Browse the repository at this point in the history
  • Loading branch information
daggerok committed Jul 18, 2024
1 parent b8c60c4 commit e196097
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@ jobs:
# github-token: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/setup-java@v4
with:
distribution: 'corretto'
java-version: 8
distribution: 'corretto'
- uses: actions/cache@v4
- run: |
echo "JAVA_HOME: $JAVA_HOME"
java -version
Expand Down

0 comments on commit e196097

Please sign in to comment.