Skip to content

Commit 4c98e8c

Browse files
authored
Merge pull request #370 from Turbo87/ci-cache
CI: Remove caching
2 parents f188854 + 2cb652d commit 4c98e8c

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,5 @@ jobs:
2727
with:
2828
java-version: '11'
2929

30-
- uses: actions/cache@v1
31-
with:
32-
path: ~/.gradle/caches
33-
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}
34-
restore-keys: |
35-
${{ runner.os }}-gradle-
36-
3730
- run: ./gradlew assemble
3831
- run: ./gradlew check

0 commit comments

Comments
 (0)