From 578340bf2d627a93ea4aecf3edc6cd48f9f9b69a Mon Sep 17 00:00:00 2001 From: "Sulbaran Socas, Ricardo" Date: Mon, 11 Dec 2023 10:09:36 +0100 Subject: [PATCH] Fix pipeline --- .github/workflows/c-cpp.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index a84b95b..2872143 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -17,8 +17,8 @@ jobs: - name: update apt run: | sudo apt-get update - apt-get install --yes ninja-build rsync zip - apt-get install --yes pkg-config + sudo apt-get install --yes ninja-build rsync zip + sudo apt-get install --yes pkg-config git clone https://github.com/Microsoft/vcpkg.git export VCPKG_ROOT=$VCPKG_INSTALLATION_ROOT