aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/checks.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/checks.yml')
-rw-r--r--.github/workflows/checks.yml8
1 files changed, 0 insertions, 8 deletions
diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml
index 024bdab..19d639e 100644
--- a/.github/workflows/checks.yml
+++ b/.github/workflows/checks.yml
@@ -34,14 +34,6 @@ jobs:
java-version: 17
distribution: temurin
cache: gradle
-
- - name: Cache Loom
- id: cache
- uses: actions/cache@v2
- with:
- path: |
- ./.gradle/loom-cache
- key: ${{ runner.os }}-loom-cache-jdk17-${{ hashFiles('./build.gradle.kts') }}
- name: Chmod Gradle
run: chmod +x ./gradlew