mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
define PKG_CONFIG_PATH
This commit is contained in:
parent
cfa1c6a3c0
commit
67bf11bb86
1 changed files with 2 additions and 0 deletions
2
.github/workflows/rust.yml
vendored
2
.github/workflows/rust.yml
vendored
|
|
@ -18,6 +18,8 @@ jobs:
|
|||
- uses: actions/checkout@v4
|
||||
- name: Install system packages
|
||||
run: sudo apt install -y libgtk-4-dev libglib2.0-dev libadwaita-1-dev
|
||||
- name: Set PKG_CONFIG_PATH
|
||||
run: echo "PKG_CONFIG_PATH=/usr/lib/x86_64-linux-gnu/pkgconfig" >> $GITHUB_ENV
|
||||
- name: Build
|
||||
run: cargo build --verbose
|
||||
- name: Run tests
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue