Fix
parent
94768c21bd
commit
236f025fca
|
@ -52,6 +52,10 @@ jobs:
|
||||||
with:
|
with:
|
||||||
path: 'pg_stat_monitor'
|
path: 'pg_stat_monitor'
|
||||||
|
|
||||||
|
- name: Configure postgres
|
||||||
|
working-directory: postgres
|
||||||
|
run: ./configure
|
||||||
|
|
||||||
- name: Debug
|
- name: Debug
|
||||||
run: |
|
run: |
|
||||||
pwd
|
pwd
|
||||||
|
|
Loading…
Reference in New Issue