Update c-cpp.yml

This commit is contained in:
Yorick de Wid 2020-10-24 19:19:38 +02:00 committed by GitHub
parent 8aa229d442
commit b6884d6398
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

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