mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-01-29 20:44:25 +00:00
fix config path
This commit is contained in:
parent
7d5b2a9fd7
commit
03c7fafed6
6
.github/workflows/rust.yml
vendored
6
.github/workflows/rust.yml
vendored
@ -18,9 +18,9 @@ jobs:
|
|||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: Install system packages
|
- name: Install system packages
|
||||||
run: sudo apt 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
|
- name: Build
|
||||||
run: cargo build --verbose
|
env:
|
||||||
|
PKG_CONFIG_PATH: /usr/lib/pkgconfig:/usr/share/pkgconfig:/usr/lib/x86_64-linux-gnu/pkgconfig
|
||||||
|
run: cargo build --verbose
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: cargo test --verbose
|
run: cargo test --verbose
|
||||||
|
Loading…
x
Reference in New Issue
Block a user