From 9b35d25a1bf724a351774ce72f4c73ca93217e96 Mon Sep 17 00:00:00 2001 From: McMassiveNZ <12842622+McMassiveNZ@users.noreply.github.com> Date: Fri, 23 Dec 2022 23:11:43 +0100 Subject: [PATCH] Update cmake.yml --- .github/workflows/cmake.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 67bac32..21cabe1 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -28,7 +28,7 @@ jobs: with: submodules: true - - if: runner.os == 'Windows' + #- if: runner.os == 'Windows' name: Boostrap Vcpkg run: ${{github.workspace}}/external/vcpkg/bootstrap-vcpkg -disableMetrics @@ -38,7 +38,7 @@ jobs: - if: runner.os != 'Windows' name: Install packaged dependencies - run: ${{github.workspace}}/external/vcpkg/vcpkg.sh install spdlog --triplet x64-linux + run: ${{github.workspace}}/external/vcpkg/vcpkg install spdlog --triplet x64-linux - name: Configure CMake # Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.