Skip to content

Commit

Permalink
ci: log PKG_CONFIG_PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoDog896 committed Jun 16, 2024
1 parent 7ce6729 commit 0510927
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ jobs:
sudo apt update
sudo apt install libharfbuzz-dev
- name: Probe libfreetype and libfreetype2
- name: Echo PKG_CONFIG_PATH
run: |
pkg-config --exists "freetype2"
echo $PKG_CONFIG_PATH
- name: Install stable toolchain
uses: dtolnay/rust-toolchain@stable
Expand Down

0 comments on commit 0510927

Please sign in to comment.