From 641beb8361b8889c86d50478df249bb35b9abc45 Mon Sep 17 00:00:00 2001 From: aboyko Date: Sun, 9 Mar 2025 15:17:55 -0400 Subject: [PATCH] [GHA] Attempt to fix GChat message --- .github/workflows/gh-hosted-eclipse-distro-build.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/gh-hosted-eclipse-distro-build.yml b/.github/workflows/gh-hosted-eclipse-distro-build.yml index 2028a48ce..f167f25d9 100644 --- a/.github/workflows/gh-hosted-eclipse-distro-build.yml +++ b/.github/workflows/gh-hosted-eclipse-distro-build.yml @@ -344,8 +344,9 @@ jobs: steps: - name: Setup AWS CLI 2.22 run: | - curl -s "https://awscli.amazonaws.com/AWSCLIV2-2.22.35.pkg" -o "awscliv2.pkg" - sudo installer -pkg ./awscliv2.pkg -target / + curl -s "https://awscli.amazonaws.com/awscli-exe-linux-x86_64-2.22.35.zip" -o "awscliv2.zip" + unzip -q awscliv2.zip + sudo ./aws/install --update aws --version - name: Google Chat Notification run: |