Update cmake.yml

This commit is contained in:
McMassiveNZ
2022-12-17 00:21:42 +01:00
parent d9b7f73e50
commit 672106f6d8

View File

@@ -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