From 11de6ad334ba447889723c2a0911aaeb15652a84 Mon Sep 17 00:00:00 2001 From: Lion Date: Sat, 30 Dec 2023 15:23:40 +0100 Subject: [PATCH] Update linux.yml --- .github/workflows/linux.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index ff44e2ec..7ddae1bc 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -93,6 +93,11 @@ jobs: - name: Install Dependencies run: bash ./scripts/debian-11/1-install-deps.sh + - name: Setup vcpkg + uses: lukka/run-vcpkg@v11 + with: + runVcpkgInstall: true + - name: Create Build Environment run: bash ./scripts/debian-11/2-configure.sh '-DCMAKE_TOOLCHAIN_FILE=./vcpkg/scripts/buildsystems/vcpkg.cmake'