Skip to content

Commit 51bd869

Browse files
author
Thomas Braun
committed
Add pkg config debugging
1 parent dfbefad commit 51bd869

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/validate.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,9 @@ jobs:
6262
run: bun install # change this to npm or pnpm depending on which one you use
6363
- name: PKG config
6464
run: |
65-
echo $PKG_CONFIG_PATH
66-
unset PKG_CONFIG_PATH
67-
pkg-config --debug --modversion gtk+-3.0
68-
echo $PKG_CONFIG_PATH
65+
sudo apt-get install --reinstall pkg-config
66+
sudo /usr/share/pkg-config-dpkghook update
67+
pkg-config --cflags gtk+-3.0
6968
- run: cargo test
7069
tauri-build:
7170
name: Tauri Build

0 commit comments

Comments
 (0)