Skip to content

Commit

Permalink
ci: remove cache directive from setup-java
Browse files Browse the repository at this point in the history
  • Loading branch information
gotson committed Sep 11, 2023
1 parent 7315df5 commit de6c17a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,13 +132,11 @@ jobs:
java-version: '19'
java-package: 'jdk'
distribution: 'temurin'
cache: 'gradle'
- uses: actions/setup-java@v3
with:
java-version: '17'
java-package: 'jdk'
distribution: 'temurin'
cache: 'gradle'
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
- name: Set up Docker Buildx
Expand Down

0 comments on commit de6c17a

Please sign in to comment.