Skip to content

Commit

Permalink
ACS-6282 Try installing Maven before java
Browse files Browse the repository at this point in the history
  • Loading branch information
dsibilio committed Nov 10, 2023
1 parent 395efa4 commit 85a0a72
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,11 @@ jobs:
fetch-depth: 0
- uses: Alfresco/alfresco-build-tools/.github/actions/[email protected]
- uses: Alfresco/alfresco-build-tools/.github/actions/[email protected]
- name: "Install Maven"
uses: sdkman/sdkman-action@b1f9b696c79148b66d3d3a06f7ea801820318d0f
with:
candidate: maven
version: "3.8.8"
- uses: Alfresco/alfresco-build-tools/.github/actions/[email protected]
- name: "Install required software"
run: |
Expand All @@ -71,11 +76,6 @@ jobs:
sudo tee /etc/apt/sources.list.d/docker.list > /dev/null
sudo apt-get update
sudo apt-get install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin git zip unzip python3 -y
- name: "Install Maven"
uses: sdkman/sdkman-action@b1f9b696c79148b66d3d3a06f7ea801820318d0f
with:
candidate: maven
version: "3.8.8"
- name: "Login to Docker Hub"
uses: docker/[email protected]
with:
Expand Down

0 comments on commit 85a0a72

Please sign in to comment.