Update c-cpp.yml

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

View File

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