Skip to content

Commit 72dae24

Browse files
committed
try to not use the install aws cli
1 parent 5dfe1db commit 72dae24

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/s3-action.yaml

+7-7
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@ jobs:
2828
aws-secret-access-key: ${{ secrets.S3_PLAYGROUND_SECRET_ACCESS_KEY }}
2929
aws-region: 'us-east-1'
3030

31-
- name: Install AWS CLI v2
32-
run: |
33-
curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o /tmp/awscliv2.zip
34-
unzip -q /tmp/awscliv2.zip -d /tmp
35-
rm /tmp/awscliv2.zip
36-
sudo /tmp/aws/install
37-
rm -rf /tmp/aws/
31+
# - name: Install AWS CLI v2
32+
# run: |
33+
# curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o /tmp/awscliv2.zip
34+
# unzip -q /tmp/awscliv2.zip -d /tmp
35+
# rm /tmp/awscliv2.zip
36+
# sudo /tmp/aws/install
37+
# rm -rf /tmp/aws/
3838

3939
- name: Install tar
4040
run: sudo apt-get update && sudo apt-get install -y tar

0 commit comments

Comments
 (0)