Skip to content

Commit

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

0 comments on commit 6515655

Please sign in to comment.