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:
parent
55a04f42ef
commit
7d5b2a9fd7
4
.github/workflows/rust.yml
vendored
4
.github/workflows/rust.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user