Skip to content

Commit

Permalink
fix awscli installation
Browse files Browse the repository at this point in the history
  • Loading branch information
mosquito committed Nov 28, 2024
1 parent e2f1465 commit e5cca3b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,8 @@ jobs:
- 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
apt update
apt install -y awscli
- name: Configure AWS CLI for Cloudflare R2
run: |
Expand Down

0 comments on commit e5cca3b

Please sign in to comment.