File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1818 with :
1919 distribution : ' temurin'
2020 java-version : |
21- 17
2221 21
22+ 17
2323 - name : savant setup
2424 run : |
2525 curl -O https://repository.savantbuild.org/org/savantbuild/savant-core/2.0.0/savant-2.0.0.tar.gz
@@ -30,15 +30,15 @@ jobs:
3030 mkdir -p ~/.savant/plugins
3131 # For now, using the JDK that comes on the GHA runner
3232 cat << EOF > ~/.savant/plugins/org.savantbuild.plugin.java.properties
33- 17=${JAVA_HOME_17_ARM64 }
34- 21=${JAVA_HOME_21_ARM64 }
33+ 17=${JAVA_HOME_17_X64 }
34+ 21=${JAVA_HOME_21_X64 }
3535 EOF
3636 echo "~/.savant/plugins/org.savantbuild.plugin.java.properties"
3737 cat ~/.savant/plugins/org.savantbuild.plugin.java.properties
3838 # Takes some time, better to tell difference between this step and actual test run time
3939 - name : compile/pull Savant dependencies
4040 run : |
41- $JAVA_HOME_17_ARM64 /bin/java -version
41+ $JAVA_HOME /bin/java -version
4242 sb --version
4343 sb clean compile
4444 - name : set locale
You can’t perform that action at this time.
0 commit comments