Update maven.yml

This commit is contained in:
James Peters 2022-01-12 23:06:12 +00:00 committed by GitHub
parent cf557df54e
commit 5d0f69fad3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -29,6 +29,13 @@ jobs:
${GITHUB_WORKSPACE}/BuildTools/BuildData
key: buildtools-cache
- name: Check BuildTools cached
run: |
ls BuildTools
echo "Separator"
ls ${GITHUB_WORKSPACE}/BuildTools
shell: bash
- name: Set up JDK 8
uses: actions/setup-java@v2
with: