Skip to content

Commit

Permalink
NO AUTO Forces cache refresh in the CI (#3066)
Browse files Browse the repository at this point in the history
  • Loading branch information
ncordon authored Jul 20, 2022
1 parent 52a4819 commit 7c0a4a1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ jobs:
~/.gradle/caches
~/.gradle/wrapper
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*', '**/gradle-wrapper.properties') }}
restore-keys: |
${{ runner.os }}-gradle-
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Build with Gradle
Expand Down

0 comments on commit 7c0a4a1

Please sign in to comment.