Skip to content

Commit

Permalink
Disable cache completely
Browse files Browse the repository at this point in the history
  • Loading branch information
Fernthedev committed Aug 18, 2024
1 parent 834f3a3 commit a875c01
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,10 @@ jobs:
- name: Setup Gradle
uses: gradle/gradle-build-action@v2
with:
cache-disabled: true
# Exclude the local build-cache and keyrings from the directories cached.
gradle-home-cache-excludes: |
build
# gradle-home-cache-excludes: |
# build

- name: Execute Gradle build
run: |
Expand Down

0 comments on commit a875c01

Please sign in to comment.