1
0
mirror of https://github.com/YGGverse/Yoda.git synced 2025-01-21 16:49:56 +00:00

try path export

This commit is contained in:
yggverse 2024-12-04 01:48:35 +02:00
parent 55a04f42ef
commit 7d5b2a9fd7

@ -17,7 +17,9 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Install system packages
run: sudo apt-get install libgtk-4-dev libglib2.0-dev
run: sudo apt install libgtk-4-dev libglib2.0-dev
- name: Config path
run: export PKG_CONFIG_PATH=/usr/lib/pkgconfig:/usr/share/pkgconfig:/usr/lib/x86_64-linux-gnu/pkgconfig
- name: Build
run: cargo build --verbose
- name: Run tests