From c4766d163c16e17170049b63a1e5fab15c894498 Mon Sep 17 00:00:00 2001 From: Jan Prochazka Date: Fri, 25 Oct 2024 11:54:32 +0200 Subject: [PATCH] install fix --- .github/workflows/build-aws-pro-beta.yaml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-aws-pro-beta.yaml b/.github/workflows/build-aws-pro-beta.yaml index cc64ee972..2467552da 100644 --- a/.github/workflows/build-aws-pro-beta.yaml +++ b/.github/workflows/build-aws-pro-beta.yaml @@ -120,11 +120,15 @@ jobs: AWS_SECRET_ACCESS_KEY: ${{secrets.AWS_SECRET_ACCESS_KEY}} AWS_DEFAULT_REGION: ${{secrets.AWS_DEFAULT_REGION}} - - name: Install AWS CLI + # - name: Install AWS CLI + # run: | + # curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip" + # unzip awscliv2.zip + # sudo ./aws/install + # sudo apt-get install jq -y + + - name: Install jq run: | - curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip" - unzip awscliv2.zip - sudo ./aws/install sudo apt-get install jq -y - name: Delete old AMIs