Skip to content

Commit

Permalink
ci: fix(?) meson project test
Browse files Browse the repository at this point in the history
  • Loading branch information
BradleyChatha committed Nov 20, 2023
1 parent 84132c0 commit 89142fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
mkdir tmp
mv ./build/meson-private/juptune.pc tmp/
export PKG_CONFIG_PATH=$(pwd)/tmp
export LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:$(pwd)/install/lib/x86_64-linux-gnu
cd examples/basic-meson-project
meson setup build
Expand Down

0 comments on commit 89142fc

Please sign in to comment.