From cc42aad5edc7b189142f9e255ab1f1941a2b0e70 Mon Sep 17 00:00:00 2001 From: Paul Masurel Date: Sun, 23 Jul 2023 13:42:56 +0900 Subject: [PATCH] Attempting to find why we cannot connect to postgres --- .github/workflows/ci.yml | 29 +++++++++++++++++++++++++++-- 1 file changed, 27 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ed1d35f8727..249ed07cbd7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,7 +46,32 @@ jobs: steps: - uses: actions/checkout@v3 - name: Install Ubuntu packages - run: sudo apt install protobuf-compiler python3 python3-pip + run: sudo apt update && sudo apt install protobuf-compiler python3 python3-pip \ + build-essential \ + ca-certificates \ + cmake \ + curl \ + git \ + htop \ + jq \ + libasound2 \ + libclang-dev \ + libgbm-dev \ + libgconf-2-4 \ + libgtk-3-0 \ + libgtk2.0-0 \ + libnotify-dev \ + libnss3 \ + libpq-dev \ + libpq5 \ + libssl-dev \ + libxss1 \ + libxtst6 \ + pkg-config \ + procps \ + wget \ + xauth \ + xvfb - uses: dorny/paths-filter@v2 id: modified-files with: @@ -84,7 +109,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: Install Ubuntu packages - run: sudo apt install protobuf-compiler python3 python3-pip + run: sudo apt update && sudo apt install protobuf-compiler python3 python3-pip - uses: dorny/paths-filter@v2 id: modified-files with: