Update cmake.yml

This commit is contained in:
McMassiveNZ
2022-12-23 23:52:53 +01:00
parent ff92646898
commit e2c7b0b019

View File

@@ -24,8 +24,10 @@ jobs:
include: include:
- os: 'windows-latest' - os: 'windows-latest'
triplet: x64-windows triplet: x64-windows
shell_ext: bat
- os: 'ubuntu-latest' - os: 'ubuntu-latest'
triplet: x64-linux triplet: x64-linux
shell_ext: sh
steps: steps:
- name: checkout - name: checkout
@@ -40,7 +42,7 @@ jobs:
#- if: runner.os != 'Windows' #- if: runner.os != 'Windows'
- name: Boostrap Vcpkg - name: Boostrap Vcpkg
#run: ${{github.workspace}}/external/vcpkg/bootstrap-vcpkg.sh -disableMetrics #run: ${{github.workspace}}/external/vcpkg/bootstrap-vcpkg.sh -disableMetrics
run: ${{github.workspace}}/external/vcpkg/bootstrap-vcpkg -disableMetrics run: ${{github.workspace}}/external/vcpkg/bootstrap-vcpkg.${{matrix.shell_ext}} -disableMetrics
- name: Install packaged dependencies - name: Install packaged dependencies
run: ${{github.workspace}}/external/vcpkg/vcpkg install spdlog --triplet ${{matrix.triplet}} run: ${{github.workspace}}/external/vcpkg/vcpkg install spdlog --triplet ${{matrix.triplet}}