Skip to content

Commit

Permalink
ci: configure PKG_CONFIG_PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoDog896 committed Jun 16, 2024
1 parent 0510927 commit 36f5f17
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,9 @@ jobs:
run: |
sudo apt update
sudo apt install libharfbuzz-dev
- name: Echo PKG_CONFIG_PATH
run: |
echo $PKG_CONFIG_PATH
- name: Configure PKG_CONFIG_PATH
run: echo "PKG_CONFIG_PATH=$(pkg-config --variable pc_path pkg-config)"

- name: Install stable toolchain
uses: dtolnay/rust-toolchain@stable
Expand Down

0 comments on commit 36f5f17

Please sign in to comment.