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 ae52558 commit e48d47aCopy full SHA for e48d47a
.github/workflows/gh-hosted-eclipse-distro-build.yml
@@ -41,6 +41,12 @@ jobs:
41
eclipse-distro-build:
42
runs-on: ubuntu-latest
43
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
50
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
51
with:
52
sparse-checkout: |
0 commit comments