Update cmake.yml

This commit is contained in:
McMassiveNZ
2022-12-23 23:50:38 +01:00
parent 0a29c0f876
commit ff92646898

View File

@@ -33,21 +33,16 @@ jobs:
with:
submodules: true
- if: runner.os == 'Windows'
name: Boostrap Vcpkg
run: ${{github.workspace}}\external\vcpkg\bootstrap-vcpkg.bat -disableMetrics
- if: runner.os != 'Windows'
name: Boostrap Vcpkg
run: ${{github.workspace}}/external/vcpkg/bootstrap-vcpkg.sh -disableMetrics
#- if: runner.os == 'Windows'
# name: Install packaged dependencies
# run: ${{github.workspace}}\external\vcpkg\vcpkg.exe install spdlog --triplet x64-windows
# name: Boostrap Vcpkg
# run: ${{github.workspace}}\external\vcpkg\bootstrap-vcpkg.bat -disableMetrics
#- if: runner.os != 'Windows'
- name: Boostrap Vcpkg
#run: ${{github.workspace}}/external/vcpkg/bootstrap-vcpkg.sh -disableMetrics
run: ${{github.workspace}}/external/vcpkg/bootstrap-vcpkg -disableMetrics
- name: Install packaged dependencies
#run: ${{github.workspace}}/external/vcpkg/vcpkg install spdlog --triplet x64-linux
run: ${{github.workspace}}/external/vcpkg/vcpkg install spdlog --triplet ${{matrix.triplet}}
- name: Configure CMake