Update cmake.yml

This commit is contained in:
McMassiveNZ
2022-12-17 00:18:56 +01:00
parent 2f5c186126
commit d9b7f73e50

View File

@@ -42,9 +42,9 @@ jobs:
- name: Install packaged dependencies - name: Install packaged dependencies
if: runner.os == 'Windows if: runner.os == 'Windows
run: ${{github.workspace}}\external\vcpkg\vcpkg.exe install spdlog --triplet ${{matrix.triplet}} run: ${{github.workspace}}\external\vcpkg\vcpkg.exe install spdlog --triplet ${{matrix.triplet}}
else: else:
run: ${{github.workspace}}/external/vcpkg/vcpkg install spdlog --triplet ${{matrix.triplet}} run: ${{github.workspace}}/external/vcpkg/vcpkg install spdlog --triplet ${{matrix.triplet}}
- name: Configure CMake - 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. # Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.