Skip to content

Commit

Permalink
ACS-6282 Install unzip and curl
Browse files Browse the repository at this point in the history
  • Loading branch information
dsibilio committed Nov 10, 2023
1 parent 4192610 commit 0249232
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
pre-runner-script: |
set -ex
sudo apt-get update
sudo apt-get install ca-certificates curl gnupg
sudo apt-get install ca-certificates curl gnupg -y
sudo install -m 0755 -d /etc/apt/keyrings
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo gpg --dearmor -o /etc/apt/keyrings/docker.gpg
sudo chmod a+r /etc/apt/keyrings/docker.gpg
Expand All @@ -55,7 +55,7 @@ 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 unzip curl -y
sudo apt-get install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin git unzip -y
arm64_health_check:
name: "ARM64 Health Check"
Expand Down

0 comments on commit 0249232

Please sign in to comment.