chore: remove cache on workflow builds
This is for maybe making it work again
This commit is contained in:
parent
0a21c90efa
commit
002fc0897c
1 changed files with 1 additions and 1 deletions
2
.github/workflows/nightly-builds.yml
vendored
2
.github/workflows/nightly-builds.yml
vendored
|
@ -16,7 +16,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
java-version: '17'
|
java-version: '17'
|
||||||
distribution: 'corretto'
|
distribution: 'corretto'
|
||||||
cache: gradle
|
# cache: gradle
|
||||||
|
|
||||||
- name: Get current date
|
- name: Get current date
|
||||||
id: date
|
id: date
|
||||||
|
|
Loading…
Add table
Reference in a new issue