Swallow apt-get update errors

pull/7314/head
Gokhan Gulbiz 2023-11-10 12:18:32 +03:00
parent 8298643b79
commit 9b8df8cc15
No known key found for this signature in database
GPG Key ID: 608EF06B6BD1B45B
1 changed files with 1 additions and 1 deletions

View File

@ -156,7 +156,7 @@ jobs:
run: |
echo "Postgres version: ${POSTGRES_VERSION}"
apt-get update -y
apt-get update -y || true
## Install required packages to execute packaging tools for deb based distros
apt-get install python3-dev python3-pip -y
apt-get purge -y python3-yaml