We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 756974f commit e9bb740Copy full SHA for e9bb740
.github/workflows/example-project.yml
@@ -70,6 +70,8 @@ jobs:
70
- name: Test pkg-config
71
if: startsWith(matrix.os, 'ubuntu')
72
run: |
73
+ echo $(pkg-config --cflags example_project)
74
+ echo $(pkg-config --libs example_project)
75
set -x
76
ARCHDIR=`dpkg-architecture -qDEB_HOST_MULTIARCH`
77
test "$(pkg-config --cflags example_project)" = "-I/usr/local/include/example-project-0.1"
0 commit comments