From 9e7018383a8fa21d86e77f686cbce54f0a9335c1 Mon Sep 17 00:00:00 2001
From: Paulo Gomes <paulo.gomes@weave.works>
Date: Thu, 27 Jan 2022 13:28:34 +0000
Subject: [PATCH] Add pkg-config to arm runners

Signed-off-by: Paulo Gomes <paulo.gomes@weave.works>
---
 .github/runners/prereq.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/runners/prereq.sh b/.github/runners/prereq.sh
index 013ced4a..bcec3428 100755
--- a/.github/runners/prereq.sh
+++ b/.github/runners/prereq.sh
@@ -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 \
-- 
GitLab