Skip to content

Commit

Permalink
Add pkg config debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Braun committed Jan 24, 2024
1 parent dfbefad commit 51bd869
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,9 @@ jobs:
run: bun install # change this to npm or pnpm depending on which one you use
- name: PKG config
run: |
echo $PKG_CONFIG_PATH
unset PKG_CONFIG_PATH
pkg-config --debug --modversion gtk+-3.0
echo $PKG_CONFIG_PATH
sudo apt-get install --reinstall pkg-config
sudo /usr/share/pkg-config-dpkghook update
pkg-config --cflags gtk+-3.0
- run: cargo test
tauri-build:
name: Tauri Build
Expand Down

0 comments on commit 51bd869

Please sign in to comment.