Skip to content

Commit

Permalink
Attempting to find why we cannot connect to postgres
Browse files Browse the repository at this point in the history
  • Loading branch information
fulmicoton committed Jul 23, 2023
1 parent f8d7c81 commit 82163ea
Showing 1 changed file with 26 additions and 1 deletion.
27 changes: 26 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 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:
Expand Down

0 comments on commit 82163ea

Please sign in to comment.