Skip to content

Commit

Permalink
Improve CI
Browse files Browse the repository at this point in the history
  • Loading branch information
JorisBodin committed Jan 22, 2024
1 parent 05cfddf commit 7c3e3a1
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,21 +31,6 @@ jobs:
token: ${{ secrets.MY_REPO_PAT }}
submodules: recursive

- name: Gradle cache
uses: actions/cache@v3.3.1
with:
path: |
~/.gradle/caches
~/.gradle/wrapper
key: gradle-${{ runner.os }}-${{ hashFiles('**/*.gradle*') }}-${{ hashFiles('**/gradle/wrapper/gradle-wrapper.properties') }}-${{ hashFiles('**/buildSrc/**/*.kt') }}

- name: set up JDK 17
uses: actions/setup-java@v3.11.0
with:
java-version: 17
distribution: 'zulu'
cache: gradle

# Setup Gradle and run Build
- name: Grant execute permission for gradlew
run: chmod +x gradlew
Expand Down

0 comments on commit 7c3e3a1

Please sign in to comment.