Update c-cpp.yml
This commit is contained in:
parent
8aa229d442
commit
b6884d6398
|
@ -14,11 +14,11 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- 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-all
|
run: sudo apt install postgresql-server-dev-13
|
||||||
# - name: configure
|
# - name: configure
|
||||||
# run: ./configure
|
# run: ./configure
|
||||||
# - name: make
|
- name: make
|
||||||
# run: make
|
run: make
|
||||||
# - name: make check
|
# - name: make check
|
||||||
# run: make check
|
# run: make check
|
||||||
# - name: make distcheck
|
# - name: make distcheck
|
||||||
|
|
Loading…
Reference in New Issue