Skip to content

Commit

Permalink
trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
LiatSchulz committed Feb 13, 2024
1 parent 2751eb2 commit 4c7ed0f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/liat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,10 @@ jobs:

- name: Setup AWS CLI
run: |
yum install -y unzip > /dev/null
echo "Installing AWS CLI"
curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip"
tar -xvf awscliv2.zip
unzip awscliv2.zip
sudo ./aws/install
aws --version
Expand Down

0 comments on commit 4c7ed0f

Please sign in to comment.