Skip to content

Commit 641beb8

Browse files
committed
[GHA] Attempt to fix GChat message
1 parent c8b4c5f commit 641beb8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -344,8 +344,9 @@ jobs:
344344
steps:
345345
- name: Setup AWS CLI 2.22
346346
run: |
347-
curl -s "https://awscli.amazonaws.com/AWSCLIV2-2.22.35.pkg" -o "awscliv2.pkg"
348-
sudo installer -pkg ./awscliv2.pkg -target /
347+
curl -s "https://awscli.amazonaws.com/awscli-exe-linux-x86_64-2.22.35.zip" -o "awscliv2.zip"
348+
unzip -q awscliv2.zip
349+
sudo ./aws/install --update
349350
aws --version
350351
- name: Google Chat Notification
351352
run: |

0 commit comments

Comments
 (0)