diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index e1ae122..c3ca59e 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -40,10 +40,12 @@ jobs: - name: Boostrap Vcpkg run: ${{github.workspace}}/external/vcpkg/${{matrix.bootstrap}} -disableMetrics - - name: Install packaged dependencies - if: runner.os == 'Windows + - if: runner.os == 'Windows + name: Install packaged dependencies run: ${{github.workspace}}\external\vcpkg\vcpkg.exe install spdlog --triplet ${{matrix.triplet}} - else: + + - if: runner.os != 'Windows + name: Install packaged dependencies run: ${{github.workspace}}/external/vcpkg/vcpkg install spdlog --triplet ${{matrix.triplet}} - name: Configure CMake