Skip to content

Commit

Permalink
Using JAVA_17 in cd. (#185)
Browse files Browse the repository at this point in the history
  • Loading branch information
MohitMaliFtechiz committed Aug 27, 2024
2 parents 9f7b5d0 + 17c7610 commit f68f6cf
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit f68f6cf

Please sign in to comment.