Update maven.yml

This commit is contained in:
James Peters 2022-01-12 20:48:49 +00:00 committed by GitHub
parent 7434df6168
commit 1a9e59006b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -29,8 +29,8 @@ jobs:
# make file runnable, might not be necessary
chmod +x "${GITHUB_WORKSPACE}/BuildTools/build-pre1.17.sh"
# run script
"${GITHUB_WORKSPACE}/BuildTools/build-pre1.17.sh"
shell: sh
bash build-pre1.17.sh
shell: bash
- name: Set up JDK 16
uses: actions/setup-java@v2