Skip to content

Commit

Permalink
Fix awscli installation
Browse files Browse the repository at this point in the history
  • Loading branch information
Gekkio committed Jan 25, 2025
1 parent 4be981e commit 3abda91
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,8 @@ jobs:
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/main'
steps:
- name: Update Ubuntu package lists
run: sudo apt update
- name: Install Ubuntu packages
run: sudo apt install awscli
run: sudo snap install aws-cli --classic
- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v4
with:
Expand Down

0 comments on commit 3abda91

Please sign in to comment.