Skip to content

Commit

Permalink
Add AWS CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
dbarrous committed Feb 5, 2024
1 parent b27b430 commit 6eaa095
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
run: |
if ! command -v aws &> /dev/null
then
sudo apt-get update -y
sudo apt-get install -y unzip curl
curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip"
unzip awscliv2.zip
sudo ./aws/install
Expand Down

0 comments on commit 6eaa095

Please sign in to comment.