Update cmake.yml

This commit is contained in:
McMassiveNZ
2022-12-17 00:30:09 +01:00
parent f6045d11ca
commit 789eb6b83d

View File

@@ -23,13 +23,9 @@ jobs:
build_configuration: [Debug, Release] build_configuration: [Debug, Release]
include: include:
- os: windows-latest - os: windows-latest
- bootstrap: bootstrap-vcpkg.bat
- triplet: x64-windows - triplet: x64-windows
- vcpkg: vcpkg.exe
- os: ubuntu-latest - os: ubuntu-latest
- bootstrap: bootstrap-vcpkg.sh
- triplet: x64-linux - triplet: x64-linux
- vcpkg: vcpkg
steps: steps:
- name: checkout - name: checkout
@@ -38,7 +34,7 @@ jobs:
submodules: true submodules: true
- name: Boostrap Vcpkg - name: Boostrap Vcpkg
run: ${{github.workspace}}/external/vcpkg/${{matrix.bootstrap}} -disableMetrics run: ${{github.workspace}}/external/vcpkg/bootstrap-vcpkg -disableMetrics
- if: runner.os == 'Windows' - if: runner.os == 'Windows'
name: Install packaged dependencies name: Install packaged dependencies