Skip to content

Commit

Permalink
ACS-6282 Install Python3 manually [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
dsibilio committed Nov 10, 2023
1 parent 8bc4547 commit 395efa4
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,8 @@ jobs:
- uses: Alfresco/alfresco-build-tools/.github/actions/[email protected]
- uses: Alfresco/alfresco-build-tools/.github/actions/[email protected]
- uses: Alfresco/alfresco-build-tools/.github/actions/[email protected]
- name: "Install prerequisite software"
- name: "Install required software"
run: |
set -ex
sudo apt-get update
sudo apt-get install ca-certificates curl gnupg -y
sudo install -m 0755 -d /etc/apt/keyrings
Expand All @@ -71,15 +70,12 @@ jobs:
"$(. /etc/os-release && echo "$VERSION_CODENAME")" stable" | \
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 -y
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"
- uses: actions/setup-python@v4
with:
python-version: "3.10"
- name: "Login to Docker Hub"
uses: docker/[email protected]
with:
Expand Down

0 comments on commit 395efa4

Please sign in to comment.