Skip to content

Commit

Permalink
tri again
Browse files Browse the repository at this point in the history
  • Loading branch information
siboehm committed Jan 6, 2024
1 parent e017485 commit 570d626
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions util/ci/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ install_linux_deps() {
libsqlite3-dev libhiredis-dev libogg-dev libgmp-dev libvorbis-dev
libopenal-dev libpq-dev libleveldb-dev libcurl4-openssl-dev libzstd-dev
capnproto libcapnp-dev xvfb
libzmq3-dev libzmq5
libzmq3-dev
)

if [[ "$1" == "--no-irr" ]]; then
Expand All @@ -24,7 +24,7 @@ install_linux_deps() {
fi

sudo apt-get update
sudo apt-get install -y --no-install-recommends "${pkgs[@]}" "$@"
sudo apt-get install -y "${pkgs[@]}" "$@"

sudo systemctl start postgresql.service
sudo -u postgres psql <<<"
Expand Down

0 comments on commit 570d626

Please sign in to comment.