diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 6bccfeb..67bac32 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -38,7 +38,7 @@ jobs: - if: runner.os != 'Windows' name: Install packaged dependencies - run: ${{github.workspace}}/external/vcpkg/vcpkg install spdlog --triplet x64-linux + run: ${{github.workspace}}/external/vcpkg/vcpkg.sh 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.