Skip to content

Commit e48d47a

Browse files
committed
[GHA] AWS CLI 2.22 for Linux distro
1 parent ae52558 commit e48d47a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,12 @@ jobs:
4141
eclipse-distro-build:
4242
runs-on: ubuntu-latest
4343
steps:
44+
- name: Setup AWS CLI 2.22
45+
run: |
46+
curl -s "https://awscli.amazonaws.com/awscli-exe-linux-x86_64-2.22.35.zip" -o "awscliv2.zip"
47+
unzip -q awscliv2.zip
48+
sudo ./aws/install --update
49+
aws --version
4450
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
4551
with:
4652
sparse-checkout: |

0 commit comments

Comments
 (0)