summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ios.yml11
1 files changed, 11 insertions, 0 deletions
diff --git a/.github/workflows/ios.yml b/.github/workflows/ios.yml
index 490472c..d438c00 100644
--- a/.github/workflows/ios.yml
+++ b/.github/workflows/ios.yml
@@ -11,6 +11,17 @@ jobs:
steps:
- uses: actions/checkout@v4
+ - name: Gradle & Konan cache (warm build across runs)
+ uses: actions/cache@v4
+ with:
+ path: |
+ ~/.gradle/caches
+ ~/.gradle/wrapper
+ ~/.konan
+ key: ios-${{ runner.os }}-${{ hashFiles('gradle/libs.versions.toml', 'gradle/wrapper/gradle-wrapper.properties', '**/*.gradle.kts') }}
+ restore-keys: |
+ ios-${{ runner.os }}-
+
- name: JDK 21
uses: actions/setup-java@v4
with: