Skip to content

Commit b7912fd

Browse files
committed
Awscli install with pip
1 parent 056e965 commit b7912fd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,7 @@ jobs:
4343
poetry run make build-docs
4444
- name: Install AWS CLI
4545
run: |
46-
sudo apt update
47-
sudo apt install -y awscli
46+
python -m pip install awscli
4847
- name: Configure AWS CLI for Cloudflare R2
4948
run: |
5049
aws configure set aws_access_key_id ${{ secrets.CF_R2_ACCESS_KEY_ID }}

0 commit comments

Comments
 (0)