mirror of
https://github.com/gotson/komga.git
synced 2026-05-05 19:11:44 +02:00
ci: use temurin jdk
This commit is contained in:
parent
5484220307
commit
585a92a6e4
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
|
@ -15,7 +15,7 @@ jobs:
|
|||
with:
|
||||
java-version: ${{ matrix.java }}
|
||||
java-package: 'jdk'
|
||||
distribution: 'adopt'
|
||||
distribution: 'temurin'
|
||||
cache: 'gradle'
|
||||
- name: Build
|
||||
run: ./gradlew build
|
||||
|
|
@ -88,7 +88,7 @@ jobs:
|
|||
with:
|
||||
java-version: '8'
|
||||
java-package: 'jdk'
|
||||
distribution: 'adopt'
|
||||
distribution: 'temurin'
|
||||
cache: 'gradle'
|
||||
- name: Install dependencies
|
||||
run: npm install --only=production
|
||||
|
|
|
|||
Loading…
Reference in a new issue