Skip to content

Commit a7a3a0d

Browse files
committed
Fix action arch
1 parent 17ed5a1 commit a7a3a0d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
distribution: 'temurin'
2020
java-version: 17
21-
arch: aarch64
21+
architecture: aarch64
2222
- name: Install Savant Build
2323
run: |
2424
mkdir -p ~/dev/savant
@@ -29,7 +29,7 @@ jobs:
2929
ln -s savant-2.0.0-RC.7 current
3030
rm savant.tar.gz
3131
cat <<EOF > ~/.savant/plugins/org.savantbuild.plugin.java.properties
32-
17=${JAVA_HOME_17_ARM64}
32+
17=${JAVA_HOME_17_AARCH64}
3333
EOF
3434
shell: bash
3535
- name: Run the build

0 commit comments

Comments
 (0)