aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorDeDiamondPro <67508414+DeDiamondPro@users.noreply.github.com>2022-06-06 18:23:16 +0200
committerGitHub <noreply@github.com>2022-06-06 18:23:16 +0200
commit4d447988d5318895a92256cde93420456a04bd57 (patch)
treedf4278d4de47ce9522a727e2c3dc9b5e0483e4ef /.github
parent48d30c844ecbd132eee3a3c53597c9853d7cd4a3 (diff)
downloadOneConfig-4d447988d5318895a92256cde93420456a04bd57.tar.gz
OneConfig-4d447988d5318895a92256cde93420456a04bd57.tar.bz2
OneConfig-4d447988d5318895a92256cde93420456a04bd57.zip
Update checks.yml
Diffstat (limited to '.github')
-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