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

Commit

Permalink
Add cache for .konan folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Cach30verfl0w committed Jun 14, 2024
1 parent 992a2d1 commit f29baff
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/kmp-advcrypto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ jobs:
architecture: 'x64'
cache: 'gradle'

- name: Setup Konan Cache
uses: actions/cache@v4
with:
key: ${{ runner.os }}-konan-cache
path: ~/.konan

- name: Setup Gradle
uses: gradle/actions/setup-gradle@417ae3ccd767c252f5661f1ace9f835f9654f2b5

Expand Down

0 comments on commit f29baff

Please sign in to comment.