From 884115e8c6020cff2dc3a4c28029e5ce416d5072 Mon Sep 17 00:00:00 2001 From: Yegor Bugayenko Date: Sun, 29 Sep 2024 21:53:32 +0700 Subject: [PATCH] #108 install pg --- .rultor.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.rultor.yml b/.rultor.yml index c46d1ef..6ac368a 100644 --- a/.rultor.yml +++ b/.rultor.yml @@ -23,6 +23,9 @@ docker: assets: rubygems.yml: yegor256/home#assets/rubygems.yml install: | + export PATH=$PATH:/usr/lib/postgresql/14/bin + sudo apt-get -y update + sudo apt-get -y install libpq-dev postgresql-client postgresql pdd -f /dev/null bundle install --no-color release: