Cache ~/.konan directory in publish workflow
This commit is contained in:
parent
cf109812a2
commit
fd1b414ef7
7
.github/workflows/ci.yaml
vendored
7
.github/workflows/ci.yaml
vendored
@ -66,6 +66,13 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- uses: actions/cache@v1
|
||||
with:
|
||||
path: ~/.konan
|
||||
key: ${{ runner.os }}-konan-${{ hashFiles('**/*.gradle.kts') }}-${{ hashFiles('buildSrc/src/main/kotlin/Versions.kt') }}
|
||||
restore-keys: |
|
||||
${{ runner.os }}-konan-
|
||||
|
||||
- uses: actions/cache@v1
|
||||
with:
|
||||
path: ~/.gradle/wrapper
|
||||
|
Loading…
Reference in New Issue
Block a user