mirror of
https://github.com/waku-org/nwaku.git
synced 2025-01-13 08:14:43 +00:00
ci: properly try to install libpcre on ubuntu if doesn't exist
This commit is contained in:
parent
b60084ef4d
commit
35f741a551
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@ -109,11 +109,10 @@ jobs:
|
||||
|
||||
- name: Run tests
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y libpcre3 libpcre3-dev
|
||||
|
||||
postgres_enabled=0
|
||||
if [ ${{ runner.os }} == "Linux" ]; then
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y libpcre3 libpcre3-dev
|
||||
sudo docker run --rm -d -e POSTGRES_PASSWORD=test123 -p 5432:5432 postgres:15.4-alpine3.18
|
||||
postgres_enabled=1
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user