Swallow apt-get update errors

pull/7313/head
Gokhan Gulbiz 2023-11-09 14:17:19 +03:00
parent c069e44cd5
commit 14daa681e9
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: | run: |
echo "Postgres version: ${POSTGRES_VERSION}" 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 ## Install required packages to execute packaging tools for deb based distros
apt-get install python3-dev python3-pip -y apt-get install python3-dev python3-pip -y
apt-get purge -y python3-yaml apt-get purge -y python3-yaml