mirror of
https://github.com/JamesPeters98/ChestsPlusPlus.git
synced 2024-11-22 18:45:59 +01:00
Update maven.yml
This commit is contained in:
parent
cf557df54e
commit
5d0f69fad3
7
.github/workflows/maven.yml
vendored
7
.github/workflows/maven.yml
vendored
@ -29,6 +29,13 @@ jobs:
|
|||||||
${GITHUB_WORKSPACE}/BuildTools/BuildData
|
${GITHUB_WORKSPACE}/BuildTools/BuildData
|
||||||
key: buildtools-cache
|
key: buildtools-cache
|
||||||
|
|
||||||
|
- name: Check BuildTools cached
|
||||||
|
run: |
|
||||||
|
ls BuildTools
|
||||||
|
echo "Separator"
|
||||||
|
ls ${GITHUB_WORKSPACE}/BuildTools
|
||||||
|
shell: bash
|
||||||
|
|
||||||
- name: Set up JDK 8
|
- name: Set up JDK 8
|
||||||
uses: actions/setup-java@v2
|
uses: actions/setup-java@v2
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user