We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ae2276 commit eb99148Copy full SHA for eb99148
.github/workflows/gh-hosted-eclipse-distro-build.yml
@@ -220,9 +220,8 @@ jobs:
220
steps:
221
- name: Setup AWS CLI 2.22
222
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
+ curl -s "https://awscli.amazonaws.com/AWSCLIV2-2.22.35.pkg" -o "awscliv2.pkg"
+ sudo installer -pkg ./awscliv2.pkg -target /
226
aws --version
227
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
228
with:
0 commit comments