Skip to content

Commit eb99148

Browse files
committed
[GHA] AWS CLI 2.22 for OSX distro
1 parent 9ae2276 commit eb99148

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/gh-hosted-eclipse-distro-build.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -220,9 +220,8 @@ jobs:
220220
steps:
221221
- name: Setup AWS CLI 2.22
222222
run: |
223-
curl -s "https://awscli.amazonaws.com/awscli-exe-linux-x86_64-2.22.35.zip" -o "awscliv2.zip"
224-
unzip -q awscliv2.zip
225-
sudo ./aws/install --update
223+
curl -s "https://awscli.amazonaws.com/AWSCLIV2-2.22.35.pkg" -o "awscliv2.pkg"
224+
sudo installer -pkg ./awscliv2.pkg -target /
226225
aws --version
227226
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
228227
with:

0 commit comments

Comments
 (0)