Update c-cpp.yml
This commit is contained in:
parent
b6884d6398
commit
c3511292b0
|
@ -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
|
|
||||||
|
|
Loading…
Reference in New Issue