Skip to content

Commit

Permalink
Install pkg-config forcibly
Browse files Browse the repository at this point in the history
  • Loading branch information
lukemartinlogan committed Feb 6, 2023
1 parent f3eb738 commit 0c677d3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ci/install_deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ set -x
set -e
set -o pipefail

sudo apt-get install -y pkg-config

# Change this especially when your $HOME doesn't have enough disk space.
INSTALL_DIR="${HOME}/${LOCAL}"

Expand Down

0 comments on commit 0c677d3

Please sign in to comment.