Skip to content

Commit

Permalink
CI: use config cache and test on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
hfhbd committed Oct 31, 2023
1 parent 2aa5fcd commit d2dd4f5
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 @@ -18,6 +18,10 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v3
with:
distribution: 'adopt'
java-version: 11
- uses: gradle/gradle-build-action@v2
with:
dependency-graph: generate-and-submit
Expand Down

0 comments on commit d2dd4f5

Please sign in to comment.