chore: fix yaml syntax in Github Action workflow

This commit is contained in:
Daniele Varrazzo 2022-10-25 12:59:23 +02:00
parent 27a99dac72
commit 963fb1190b

View File

@ -53,7 +53,7 @@ jobs:
# Can enable to test an unreleased libpq version.
- name: install libpq 16
if false:
if: false
run: |
set -x
rel=$(lsb_release -c -s)