Skip to content

Commit ba97d55

Browse files
committed
[ci] Remove install awscli step in deploy-s3
The aws cli should already be preinstalled
1 parent 2e6bd32 commit ba97d55

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/main.yml

-6
Original file line numberDiff line numberDiff line change
@@ -354,12 +354,6 @@ jobs:
354354
with:
355355
name: chocolatey
356356

357-
- name: Install awscli
358-
run: |
359-
set -ex
360-
sudo apt-get update -qqy
361-
sudo apt-get install -qqy awscli
362-
363357
# https://stackoverflow.com/questions/58033366/how-to-get-current-branch-within-github-actions
364358
- name: Extract branch name
365359
id: extract_branch

0 commit comments

Comments
 (0)