Skip to content

Commit

Permalink
Change cache key to make sense
Browse files Browse the repository at this point in the history
  • Loading branch information
crc-32 authored May 9, 2024
1 parent 5bd8ce2 commit 288be7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
~/.gradle/wrapper
~/.konan/cache
~/.konan/dependencies
key: build-deps-${{ runner.os }}-${{ hashFiles('~/.gradle') }}-${{ hashFiles('~/.konan') }}
key: build-deps-${{ runner.os }}-${{ hashFiles('gradle/**', 'gradlew*', 'gradle.properties', '*.gradle*') }}
- name: Checkout source
uses: actions/checkout@v1
- name: Build
Expand Down

0 comments on commit 288be7f

Please sign in to comment.