We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 210bc16 commit f0068d6Copy full SHA for f0068d6
1 file changed
.github/workflows/release-update-repos.yml
@@ -383,11 +383,13 @@ jobs:
383
env:
384
DEBIAN_FRONTEND: noninteractive
385
run: >
386
- sudo apt update &&
387
- sudo apt install --yes --no-install-recommends
+ sudo apt update
+ && sudo apt install --yes --no-install-recommends
388
gnupg
389
createrepo-c
390
awscli
391
+ python3-pip
392
+ && pip3 install awscli
393
394
- name: Setup aws to upload installers to CLAW S3 bucket
395
uses: aws-actions/configure-aws-credentials@v4
0 commit comments