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