Skip to content

Commit 1ec96cd

Browse files
committed
Add Kotlin Native cache for deployment
1 parent bda500c commit 1ec96cd

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/deploy.dev.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,14 @@ jobs:
1818
java-version: 21
1919
cache: 'gradle'
2020

21+
- name: Cache Kotlin Native
22+
uses: actions/cache@v4
23+
with:
24+
path: |
25+
~/.konan
26+
key: ${{ runner.os }}-konan
27+
restore-keys: ${{ runner.os }}-konan
28+
2129
- name: Setup Gradle
2230
uses: gradle/actions/setup-gradle@v4
2331
with:

0 commit comments

Comments
 (0)