Skip to content

Commit 63b9a05

Browse files
authoredSep 12, 2024··
Using setup-java for linux-arm64
1 parent f497e32 commit 63b9a05

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed
 

‎.github/workflows/build.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,12 @@ jobs:
7272
- name: Install environment
7373
run: |
7474
sudo apt update
75-
sudo apt install -y curl wget unzip tar git gcc g++ maven default-jdk
75+
sudo apt install -y curl wget unzip tar git gcc g++
76+
- name: Configure Java
77+
uses: actions/setup-java@v2
78+
with:
79+
distribution: 'adopt'
80+
java-version: '17'
7681
- name: Checkout repository
7782
uses: actions/checkout@v1
7883
- name: Build project

0 commit comments

Comments
 (0)
Please sign in to comment.