mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-12-22 17:27:38 +00:00
Update gradle.yml
Attempt at caching work from BuildTools.jar
This commit is contained in:
parent
1d05da75d8
commit
5e04c59c58
7
.github/workflows/gradle.yml
vendored
7
.github/workflows/gradle.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user