Skip to content

Commit

Permalink
Fix action arch
Browse files Browse the repository at this point in the history
  • Loading branch information
mmanes committed Jun 5, 2024
1 parent 17ed5a1 commit a7a3a0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
distribution: 'temurin'
java-version: 17
arch: aarch64
architecture: aarch64
- name: Install Savant Build
run: |
mkdir -p ~/dev/savant
Expand All @@ -29,7 +29,7 @@ jobs:
ln -s savant-2.0.0-RC.7 current
rm savant.tar.gz
cat <<EOF > ~/.savant/plugins/org.savantbuild.plugin.java.properties
17=${JAVA_HOME_17_ARM64}
17=${JAVA_HOME_17_AARCH64}
EOF
shell: bash
- name: Run the build
Expand Down

0 comments on commit a7a3a0d

Please sign in to comment.