We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c14afdf commit 6f70f8dCopy full SHA for 6f70f8d
1 file changed
.github/workflows/rust.yml
@@ -22,7 +22,9 @@ jobs:
22
sudo apt-get update
23
sudo apt-get install -y gobject-2.0 gobject-2.0-dev libgtk-4-dev libglib2.0-dev glib-2.0 glib-2.0-dev libgtksourceview-5-0 libgtksourceview-5-dev pkg-config
24
- name: Set PKG_CONFIG_PATH
25
- run: echo "PKG_CONFIG_PATH=/usr/lib/pkgconfig:/usr/lib/x86_64-linux-gnu/pkgconfig" >> $GITHUB_ENV
+ run: |
26
+ pkg-config --libs --cflags glib-2.0
27
+ export PKG_CONFIG_PATH=/usr/lib/x86_64-linux-gnu/pkgconfig
28
- name: Build
29
run: cargo build --verbose
30
- name: Run tests
0 commit comments