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