Skip to content

Commit

Permalink
extra chevron
Browse files Browse the repository at this point in the history
  • Loading branch information
wied03 committed Aug 26, 2024
1 parent 702830d commit 3dedb60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3dedb60

Please sign in to comment.