Skip to content

Commit f0068d6

Browse files
authored
Switch to python awscli package (#3426)
Since linux awscli package is now deprecated and removed, we're switching to the official way of installing aws cli tools via pip.
1 parent 210bc16 commit f0068d6

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/release-update-repos.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -383,11 +383,13 @@ jobs:
383383
env:
384384
DEBIAN_FRONTEND: noninteractive
385385
run: >
386-
sudo apt update &&
387-
sudo apt install --yes --no-install-recommends
386+
sudo apt update
387+
&& sudo apt install --yes --no-install-recommends
388388
gnupg
389389
createrepo-c
390390
awscli
391+
python3-pip
392+
&& pip3 install awscli
391393
392394
- name: Setup aws to upload installers to CLAW S3 bucket
393395
uses: aws-actions/configure-aws-credentials@v4

0 commit comments

Comments
 (0)