From 2010db81fef8bf907259ed2e145d4cdd2e6b6ce3 Mon Sep 17 00:00:00 2001 From: Denis Arnst Date: Tue, 20 Feb 2024 23:08:53 +0100 Subject: [PATCH] Ci test2 --- .github/workflows/build.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9b84a35..9226e44 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -23,8 +23,13 @@ jobs: - name: Setup vcpkg uses: lukka/run-vcpkg@v11 + id: runvcpkg with: vcpkgGitCommitId: 'fba75d09065fcc76a25dcf386b1d00d33f5175af' + runVcpkgInstall: true + + - name: Prints output of run-vcpkg's action. + run: echo "root='${{ steps.runvcpkg.outputs.RUNVCPKG_VCPKG_ROOT_OUT }}', triplet='${{ steps.runvcpkg.outputs.RUNVCPKG_VCPKG_DEFAULT_TRIPLET_OUT }}' " - name: Run CMake consuming CMakePreset.json and run vcpkg to build packages uses: lukka/run-cmake@v10