File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 4040 outputs :
4141 invalid_urls : ${{ steps.compute-invalid-urls.outputs.invalid_urls }}
4242 steps :
43+ - name : Setup AWS CLI 2.22
44+ run : |
45+ curl -s "https://awscli.amazonaws.com/awscli-exe-linux-x86_64-2.22.35.zip" -o "awscliv2.zip"
46+ unzip -q awscliv2.zip
47+ sudo ./aws/install --update
48+ aws --version
4349 - uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
4450 with :
4551 sparse-checkout : |
Original file line number Diff line number Diff line change 2727 runs-on : ubuntu-latest
2828 name : Build VSCode Extension '${{ inputs.extension-name }}' Snapshot
2929 steps :
30+ - name : Setup AWS CLI 2.22
31+ run : |
32+ curl -s "https://awscli.amazonaws.com/awscli-exe-linux-x86_64-2.22.35.zip" -o "awscliv2.zip"
33+ unzip -q awscliv2.zip
34+ sudo ./aws/install --update
35+ aws --version
3036 - name : Checkout vscode-extensions code and workflow scripts
3137 uses : actions/checkout@v4
3238 - name : Set up JDK 21
You can’t perform that action at this time.
0 commit comments