Skip to content

Commit

Permalink
remove aws cli install step
Browse files Browse the repository at this point in the history
  • Loading branch information
samansmink committed Jul 10, 2024
1 parent 744087b commit 0ea2402
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/LocalTesting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,14 +105,6 @@ jobs:
shell: bash
run: sudo apt-get update -y -qq && sudo apt-get install -y -qq ninja-build

- name: Install AWS-CLI
shell: bash
run: |
curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip"
unzip awscliv2.zip
./aws/install
aws --version
- name: Setup Ccache
uses: hendrikmuhs/ccache-action@main
with:
Expand Down

0 comments on commit 0ea2402

Please sign in to comment.