Skip to content

Commit f8a50bd

Browse files
authored
Update build.yml
1 parent 54e0f77 commit f8a50bd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ jobs:
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

0 commit comments

Comments
 (0)