Swallow apt-update errors because of unreachable repositories

pull/7300/head
Gokhan Gulbiz 2023-11-01 15:25:14 +03:00
parent 2d83177a02
commit 164313a3ef
No known key found for this signature in database
GPG Key ID: 608EF06B6BD1B45B
1 changed files with 1 additions and 1 deletions

View File

@ -157,7 +157,7 @@ jobs:
run: |
echo "Postgres version: ${POSTGRES_VERSION}"
sudo apt-get update -y
sudo apt-get update -y || true # ignore errors
## Install required packages to execute packaging tools for deb based distros
sudo apt-get purge -y python3-yaml
./.github/packaging/validate_build_output.sh "deb"