mirror of
https://github.com/gotson/komga.git
synced 2026-04-21 14:30:50 +02:00
ci: remove cache directive from setup-java
This commit is contained in:
parent
7315df54d6
commit
de6c17a7f9
1 changed files with 0 additions and 2 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue