Update c-cpp.yml
This commit is contained in:
parent
e5ad6f4456
commit
85738cee27
|
@ -13,7 +13,8 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- 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
|
# - name: configure
|
||||||
# run: ./configure
|
# run: ./configure
|
||||||
# - name: make
|
# - name: make
|
||||||
|
|
Loading…
Reference in New Issue