Skip to content

Commit 40bcb17

Browse files
authored
fix: remove AWS CLI installation from upload workflow
1 parent 7c74fc3 commit 40bcb17

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

.github/workflows/upload.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,6 @@ jobs:
1717
steps:
1818
- name: Checkout
1919
uses: actions/checkout@v4
20-
21-
- name: Install AWS CLI
22-
run: |
23-
curl -fsSL "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip"
24-
unzip -q awscliv2.zip
25-
sudo ./aws/install
2620

2721
- name: Upload plugins to MinIO
2822
run: |

0 commit comments

Comments
 (0)