Please work
Some checks failed
Actions Testing Workflow / build (push) Failing after 19s

This commit is contained in:
Steven Tracey 2024-10-27 16:15:51 -04:00
parent e7f797b1b1
commit 2779c0a3f0

View File

@ -7,11 +7,12 @@ jobs:
runs-on: windows-10
steps:
- uses: actions/checkout@v4
- name: Setup JDK 21
uses: actions/setup-java@v4.4.0
with:
java-version: 21
distribution: 'temurin'
#- name: Setup JDK 21
# uses: actions/setup-java@v4.4.0
# with:
# java-version: 21
# distribution: 'temurin'
# Above is ommitted as Java is installed on the runner
- name: Test Java
run: java --version
- name: Configure Git