Update c-cpp.yml

This commit is contained in:
Yorick de Wid 2020-10-24 19:17:20 +02:00 committed by GitHub
parent e5ad6f4456
commit 85738cee27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -13,7 +13,8 @@ jobs:
steps:
- uses: actions/checkout@v2
- run: apt install postgresql-server-dev-all
- name: Install PostgreSQL development tools
run: sudo apt install postgresql-server-dev-all
# - name: configure
# run: ./configure
# - name: make