disable gradle cache

This commit is contained in:
Philipp Crocoll
2023-01-24 20:50:52 +01:00
parent 554338012e
commit 14c2e64e2f

View File

@@ -14,6 +14,7 @@ jobs:
run: git submodule init && git submodule update
- name: Cache Gradle packages
if: ${{ false }} # trying to reduce complexity temporilty
uses: actions/cache@v3
with:
path: |
@@ -139,6 +140,7 @@ jobs:
run: git submodule init && git submodule update
- name: Cache Gradle packages
if: ${{ false }} # trying to reduce complexity temporilty
uses: actions/cache@v3
with:
path: |