Skip to content

Commit

Permalink
test github action
Browse files Browse the repository at this point in the history
  • Loading branch information
simonjhy committed Sep 21, 2023
1 parent 8a80955 commit 4298d61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
with:
java-version: 8
distribution: 'zulu'
cache: gradle

- name: Cache
uses: actions/cache@v3
with:
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
with:
java-version: 11.0.20
distribution: 'zulu'
cache: gradle

- name: Cache
uses: actions/cache@v3
with:
Expand Down

0 comments on commit 4298d61

Please sign in to comment.