Skip to content

Commit

Permalink
wip: figure out what's wrong with ubuntu now
Browse files Browse the repository at this point in the history
  • Loading branch information
lu-zero committed Jun 27, 2024
1 parent 756974f commit 68c2666
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/example-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

steps:
- name: Clone Git repository
uses: actions/checkout@v3
uses: actions/checkout@v4

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

0 comments on commit 68c2666

Please sign in to comment.