fix(ci): fixed publish deb packages with new debian bookwork.

Signed-off-by: Federico Di Pierro <nierro92@gmail.com>
This commit is contained in:
Federico Di Pierro
2023-06-15 16:05:30 +02:00
committed by poiana
parent 58a29cd359
commit 6025e4bcf0

View File

@@ -117,7 +117,7 @@ jobs:
- name: Install dependencies
run: |
apt update -y
apt-get install apt-utils bzip2 gpg python python3-pip -y
apt-get install apt-utils bzip2 gpg python-is-python3 python3-pip -y
pip install awscli
# Configure AWS role; see https://github.com/falcosecurity/test-infra/pull/1102