Skip to content

Commit e9bb740

Browse files
committed
wip: figure out what's wrong with ubuntu now
1 parent 756974f commit e9bb740

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/example-project.yml

+2
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,8 @@ jobs:
7070
- name: Test pkg-config
7171
if: startsWith(matrix.os, 'ubuntu')
7272
run: |
73+
echo $(pkg-config --cflags example_project)
74+
echo $(pkg-config --libs example_project)
7375
set -x
7476
ARCHDIR=`dpkg-architecture -qDEB_HOST_MULTIARCH`
7577
test "$(pkg-config --cflags example_project)" = "-I/usr/local/include/example-project-0.1"

0 commit comments

Comments
 (0)