mirror of
https://github.com/kiwix/java-libkiwix.git
synced 2025-09-12 00:27:46 -04:00
commit
1792daee3f
4
.github/workflows/cd.yml
vendored
4
.github/workflows/cd.yml
vendored
@ -12,11 +12,11 @@ jobs:
|
|||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Set up JDK 11
|
- name: Set up JDK 17
|
||||||
uses: actions/setup-java@v4
|
uses: actions/setup-java@v4
|
||||||
with:
|
with:
|
||||||
distribution: adopt
|
distribution: adopt
|
||||||
java-version: 11
|
java-version: 17
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: bash ./install_deps.sh
|
run: bash ./install_deps.sh
|
||||||
|
Loading…
x
Reference in New Issue
Block a user