use apt install aws cli

This commit is contained in:
sillyguodong 2023-05-26 18:04:40 +08:00
parent ac4ab3fdbb
commit d5155eef38
No known key found for this signature in database
GPG Key ID: 4A0646FA86256DF4
1 changed files with 1 additions and 3 deletions

View File

@ -23,9 +23,7 @@ jobs:
make clean
make build
- name: Install AWS Client Tool
run: |
apt update -y && apt install -y rsync python python3-pip
pip install awscli
run: apt update -y && apt install -y awscli
- name: "[PR] create s3 bucket"
env:
AWS_ACCESS_KEY_ID: ${{ secrets.PREVIEW_AWS_ACCESS_TOKEN }}