Skip to content

Commit

Permalink
fix(build): adapt to new debian 11 package names
Browse files Browse the repository at this point in the history
Signed-off-by: Michele Zuccala <michele@zuccala.com>
  • Loading branch information
zuc authored and poiana committed Aug 25, 2021
1 parent b12d37a commit f286885
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ jobs:
name: Setup
command: |
apt update -y
apt-get install apt-utils bzip2 gpg python python-pip -y
apt-get install apt-utils bzip2 gpg python python3-pip -y
pip install awscli
echo $GPG_KEY | base64 -d | gpg --import
- run:
Expand Down Expand Up @@ -517,7 +517,7 @@ jobs:
name: Setup
command: |
apt update -y
apt-get install apt-utils bzip2 gpg python python-pip -y
apt-get install apt-utils bzip2 gpg python python3-pip -y
pip install awscli
echo $GPG_KEY | base64 -d | gpg --import
- run:
Expand Down

0 comments on commit f286885

Please sign in to comment.