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 cc42aad
Showing 1 changed file with 27 additions and 2 deletions.
29 changes: 27 additions & 2 deletions .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 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:
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit cc42aad

Please sign in to comment.