Skip to content

Commit

Permalink
Using setup-java for linux-arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
karllessard authored Sep 12, 2024
1 parent f497e32 commit 63b9a05
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,12 @@ jobs:
- name: Install environment
run: |
sudo apt update
sudo apt install -y curl wget unzip tar git gcc g++ maven default-jdk
sudo apt install -y curl wget unzip tar git gcc g++
- name: Configure Java
uses: actions/setup-java@v2
with:
distribution: 'adopt'
java-version: '17'
- name: Checkout repository
uses: actions/checkout@v1
- name: Build project
Expand Down

0 comments on commit 63b9a05

Please sign in to comment.