zt
05/08/2024, 5:46 AMCalculating task graph as configuration cache cannot be reused because the file system entry '../../../.konan/kotlin-native-prebuilt-linux-x86_64-2.0.0-RC2/konan/konan.properties' has been removed.
I wasn't sure what channel to use since this isn't codingAdam S
05/08/2024, 10:34 AM~/.konan
dir
https://github.com/aSemy/kotlinx.serialization/blob/7ac910fef5ac8546c04d7a6d0b2304156d9959ee/.github/workflows/publish_task.yml#L54-L58
- name: cache kotlin-konan
uses: actions/cache@v3
with:
path: ~/.konan
key: ${{ runner.os }}-kotlin-konan
Adam S
05/08/2024, 10:35 AM