mirror of https://github.com/citusdata/citus.git
Swallow apt-get update errors
parent
8298643b79
commit
9b8df8cc15
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue