Update cmake.yml
This commit is contained in:
6
.github/workflows/cmake.yml
vendored
6
.github/workflows/cmake.yml
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user