Skip to content

Commit

Permalink
#000 trying to install jdk 8
Browse files Browse the repository at this point in the history
  • Loading branch information
petmongrels committed Oct 19, 2022
1 parent 9f7ac51 commit a8e36bd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,10 @@ jobs:
- v1-dependencies-{{ checksum "packages/openchs-android/package.json" }}
- v1-dependencies-{{ checksum "packages/openchs-android/android/app/build.gradle" }}-staging
- v1-dependencies-
- run: sudo apt update software-properties-common
- run: sudo apt-add-repository 'deb http://security.debian.org/debian-security stretch/updates main'
- run: sudo apt update
- run: sudo apt install openjdk-8-jdk
- run: sudo apt install make
- run: sudo apt install openjdk-8-jdk make
- run: sudo chmod a+x packages/openchs-android/android/gradlew
- run: make deps_ci release_staging_without_clean
- save_cache:
Expand Down

0 comments on commit a8e36bd

Please sign in to comment.