Skip to content

Commit

Permalink
Cache Kotlin Native toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
DRSchlaubi committed Sep 29, 2024
1 parent 78447a8 commit 206c677
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,11 @@ jobs:
id: tagName
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v4
- name: Cache Kotlin Toolchain
uses: actions/cache@v4
with:
path: ~/.konan/dependencies/cache
key: kotlin-native-toolchain--${{ hashFiles('gradle/libs.versions.toml') }}
- run: ./gradlew :app:ios:podInstall :app:ios:linkPodReleaseFrameworkIosArm64
- name: Deploy iOS Beta to TestFlight via Fastlane
uses: maierj/[email protected]
Expand Down

0 comments on commit 206c677

Please sign in to comment.