Skip to content

Commit

Permalink
Merge pull request #2348 from pjbgf/add-pkg-config
Browse files Browse the repository at this point in the history
Add pkg-config to arm runners
  • Loading branch information
stefanprodan authored Jan 27, 2022
2 parents 920d6e5 + 9e70183 commit 7c9957a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/runners/prereq.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ KUBECTL_VERSION=1.21.2
KUSTOMIZE_VERSION=4.1.3
HELM_VERSION=3.7.2
GITHUB_RUNNER_VERSION=2.285.1
PACKAGES="apt-transport-https ca-certificates software-properties-common build-essential libssl-dev gnupg lsb-release jq"
PACKAGES="apt-transport-https ca-certificates software-properties-common build-essential libssl-dev gnupg lsb-release jq pkg-config"

# install prerequisites
apt-get update \
Expand Down

0 comments on commit 7c9957a

Please # to comment.