diff options
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/checks.yml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 0200f46..024bdab 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -46,9 +46,5 @@ jobs: - name: Chmod Gradle run: chmod +x ./gradlew - - name: Setup Gradle - if: steps.cache.outputs.cache-hit != 'true' - run: ./gradlew setupGradle --no-daemon - - name: Build run: ./gradlew build --no-daemon |