mirror of
https://github.com/kiwix/kiwix-android-custom.git
synced 2025-09-09 12:49:55 -04:00
Using JAVA_17
in cd. (#185)
This commit is contained in:
commit
f68f6cfe47
16
.github/workflows/cd.yml
vendored
16
.github/workflows/cd.yml
vendored
@ -12,7 +12,13 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: Retrieving custom app configuration
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Set up JDK 17
|
||||
uses: actions/setup-java@v4
|
||||
with:
|
||||
java-version: 17
|
||||
distribution: temurin
|
||||
|
||||
- name: Retrieving Kiwix Android source code
|
||||
run: git clone --depth=1 --single-branch --branch main https://github.com/kiwix/kiwix-android.git
|
||||
@ -62,7 +68,13 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: Retrieving custom app configuration
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Set up JDK 17
|
||||
uses: actions/setup-java@v4
|
||||
with:
|
||||
java-version: 17
|
||||
distribution: temurin
|
||||
|
||||
- name: Retrieving Kiwix Android source code
|
||||
run: git clone --depth=1 --single-branch --branch main https://github.com/kiwix/kiwix-android.git
|
||||
|
Loading…
x
Reference in New Issue
Block a user