Skip to content

Commit c8b4c5f

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

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

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

+6-2
Original file line numberDiff line numberDiff line change
@@ -337,12 +337,16 @@ jobs:
337337
cloudflare_cache_token: ${{ secrets.CLOUDFLARE_CACHE_TOKEN }}
338338

339339
gchat-message:
340-
# needs: [ eclipse-distro-build, sign-win-distros, sign-osx-distros ]
341-
needs: [ eclipse-distro-build, sign-osx-distros ]
340+
needs: [ eclipse-distro-build, sign-win-distros, sign-osx-distros ]
342341
if: ${{ inputs.build_type == 'release' }}
343342
name: Send GChat message
344343
runs-on: ubuntu-latest
345344
steps:
345+
- name: Setup AWS CLI 2.22
346+
run: |
347+
curl -s "https://awscli.amazonaws.com/AWSCLIV2-2.22.35.pkg" -o "awscliv2.pkg"
348+
sudo installer -pkg ./awscliv2.pkg -target /
349+
aws --version
346350
- name: Google Chat Notification
347351
run: |
348352
echo "P2 Update Site: ${DOWNLOAD_URL_ROOT}/${{ needs.eclipse-distro-build.outputs.p2_path }}"

0 commit comments

Comments
 (0)