Skip to content

Commit

Permalink
konan caching
Browse files Browse the repository at this point in the history
  • Loading branch information
jillesvangurp committed Nov 10, 2023
1 parent e5e133a commit 9d2893b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/gradle.yml
Expand Up @@ -22,6 +22,11 @@ jobs:
distribution: corretto
java-version: 8
cache: gradle
- name: Cache konan
uses: actions/cache@v3
with:
path: ~/.konan
key: ${{ runner.os }}-konan
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Build with Gradle
Expand Down

0 comments on commit 9d2893b

Please sign in to comment.