Skip to content

Commit

Permalink
Merge pull request #101 from kiwix/Fixes#100
Browse files Browse the repository at this point in the history
Fixed: CD is failing.
  • Loading branch information
MohitMaliFtechiz authored Jun 6, 2024
2 parents 28962b5 + 1c06e33 commit 1792dae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1792dae

Please sign in to comment.