Update cmake.yml

This commit is contained in:
McMassiveNZ
2022-12-17 00:22:35 +01:00
parent 672106f6d8
commit f6045d11ca

View File

@@ -40,11 +40,11 @@ jobs:
- name: Boostrap Vcpkg
run: ${{github.workspace}}/external/vcpkg/${{matrix.bootstrap}} -disableMetrics
- if: runner.os == 'Windows
- if: runner.os == 'Windows'
name: Install packaged dependencies
run: ${{github.workspace}}\external\vcpkg\vcpkg.exe install spdlog --triplet ${{matrix.triplet}}
- if: runner.os != 'Windows
- if: runner.os != 'Windows'
name: Install packaged dependencies
run: ${{github.workspace}}/external/vcpkg/vcpkg install spdlog --triplet ${{matrix.triplet}}