Skip to content

Commit

Permalink
actions UPDATE specify pkg-config path
Browse files Browse the repository at this point in the history
  • Loading branch information
michalvasko committed Nov 3, 2023
1 parent b412603 commit bf3922d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ jobs:
cd libnetconf2
mkdir build
cd build
PKG_CONFIG_PATH=$RUNNER_TEMP/lib
cmake -DCMAKE_INSTALL_PREFIX=$RUNNER_TEMP -DCMAKE_INCLUDE_PATH=$RUNNER_TEMP/include -DCMAKE_LIBRARY_PATH=$RUNNER_TEMP/lib -DENABLE_TESTS=OFF ..
make -j2
sudo make install
Expand Down

0 comments on commit bf3922d

Please sign in to comment.