diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0b9a5100..427b83e9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -22,7 +22,7 @@ jobs: echo "${SAVANT_PATH}" >> $GITHUB_PATH mkdir -p ~/.savant/plugins # For now, using the JDK that comes on the GHA runner - cat << EOF >> "~/.savant/plugins/org.savantbuild.plugin.java.properties" + cat << EOF > "~/.savant/plugins/org.savantbuild.plugin.java.properties" 17=${JAVA_HOME} EOF # Takes some time, better to tell difference between this step and actual test run time