Skip to content
This repository has been archived by the owner on Aug 12, 2024. It is now read-only.

Commit

Permalink
Add gradle cache to 'Setup JDK' task
Browse files Browse the repository at this point in the history
  • Loading branch information
Cach30verfl0w committed Jun 14, 2024
1 parent 3f9cb08 commit 7a5b1be
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/kmp-advcrypto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: kmp-advcrypto
on:
push:

# TODO: Add Gradle cache and don't create Android SDK if SDK was cached
# TODO: Don't create Android SDK if SDK was cached
jobs:
build-linux:
name: Linux Tests
Expand Down Expand Up @@ -37,6 +37,7 @@ jobs:
java-version: '17'
distribution: 'zulu'
architecture: 'x64'
cache: 'gradle'

- name: Enable KVM
run: |
Expand Down

0 comments on commit 7a5b1be

Please sign in to comment.