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 - uses: actions/checkout@v2
- name: Install PostgreSQL development tools - name: Install PostgreSQL development tools
run: sudo apt install postgresql-server-dev-13 run: sudo apt install postgresql-server-dev-13
# - name: configure - name: Make
# run: ./configure
- name: make
run: make run: make
# - name: make check - name: Install
# run: make check run: sudo make install
# - name: make distcheck
# run: make distcheck