Skip to content

Commit 5fdabf6

Browse files
authored
build: delete gradle缓存
1 parent ff05595 commit 5fdabf6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
path: ~/.gradle/caches
3030
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}
3131
restore-keys: ${{ runner.os }}-gradle
32+
action: 'delete'
3233
- name: Build and analyze
3334
env:
3435
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any

0 commit comments

Comments
 (0)