From fb3eeaaa5de58cd2702da1bf8bccf254ba1d5d8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Delval?= Date: Fri, 30 Jul 2021 11:10:16 +0200 Subject: [PATCH] Add pkg-config install in CI (should fix issues) Installing pkg-config in the workflowconfig file should fix configure issues, and allow the CI to succeed. --- .github/workflows/vfc_test_workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/vfc_test_workflow.yml b/.github/workflows/vfc_test_workflow.yml index bf66347..cd63ec5 100644 --- a/.github/workflows/vfc_test_workflow.yml +++ b/.github/workflows/vfc_test_workflow.yml @@ -25,7 +25,7 @@ jobs: run: | ln -s /usr/bin/python3 /usr/bin/python apt update - apt -y install emacs + apt -y install emacs pkg-config - name: Run tests run: vfc_ci test -g -r