Skip to content

Commit 68c2666

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

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/example-project.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
steps:
2525
- name: Clone Git repository
26-
uses: actions/checkout@v3
26+
uses: actions/checkout@v4
2727

2828
- name: Install Rust
2929
uses: dtolnay/rust-toolchain@stable
@@ -70,6 +70,9 @@ jobs:
7070
- name: Test pkg-config
7171
if: startsWith(matrix.os, 'ubuntu')
7272
run: |
73+
cat /usr/local/lib/pkgconfig/example-project.pc
74+
echo $(pkg-config --cflags example_project)
75+
echo $(pkg-config --libs example_project)
7376
set -x
7477
ARCHDIR=`dpkg-architecture -qDEB_HOST_MULTIARCH`
7578
test "$(pkg-config --cflags example_project)" = "-I/usr/local/include/example-project-0.1"

0 commit comments

Comments
 (0)