Skip to content

Commit dc19d97

Browse files
committed
info
1 parent a23d638 commit dc19d97

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/simple.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,12 @@ jobs:
4141
database: test
4242
postgres-version: "14"
4343

44-
- name: pg_config info
44+
- name: which pkg-config
4545
run: which pkg-config
4646

47+
- name: which pg_config
48+
run: which pg_config
49+
4750
- name: pg_config info
4851
run: pg_config --version
4952

0 commit comments

Comments
 (0)