We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfbefad commit 51bd869Copy full SHA for 51bd869
.github/workflows/validate.yml
@@ -62,10 +62,9 @@ jobs:
62
run: bun install # change this to npm or pnpm depending on which one you use
63
- name: PKG config
64
run: |
65
- echo $PKG_CONFIG_PATH
66
- unset PKG_CONFIG_PATH
67
- pkg-config --debug --modversion gtk+-3.0
68
+ sudo apt-get install --reinstall pkg-config
+ sudo /usr/share/pkg-config-dpkghook update
+ pkg-config --cflags gtk+-3.0
69
- run: cargo test
70
tauri-build:
71
name: Tauri Build
0 commit comments