Update gradle.yml

Attempt at caching work from BuildTools.jar
This commit is contained in:
Matt 2020-09-03 17:48:13 -04:00 committed by GitHub
parent 1d05da75d8
commit 5e04c59c58
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,6 +35,13 @@ jobs:
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
restore-keys: |
${{ runner.os }}-maven-
- name: Cache BuildTools decompiled code
uses: actions/cache@v2
with:
path: $GITHUB_WORKSPACE/work
key: ${{ runner.os }}-buildtools
restore-keys: |
${{ runner.os }}-buildtools
- name: Test enviornment
run: echo $GITHUB_WORKSPACE
- name: Download BuildTools