Update cmake.yml
This commit is contained in:
1
.github/workflows/cmake.yml
vendored
1
.github/workflows/cmake.yml
vendored
@@ -32,6 +32,7 @@ jobs:
|
|||||||
if: runner.os == 'windows'
|
if: runner.os == 'windows'
|
||||||
run: ${{github.workspace}}/external/vcpkg/bootstrap-vcpkg.bat -disableMetrics
|
run: ${{github.workspace}}/external/vcpkg/bootstrap-vcpkg.bat -disableMetrics
|
||||||
|
|
||||||
|
- name: bootstrap vcpkg
|
||||||
if: runner.os != 'windows'
|
if: runner.os != 'windows'
|
||||||
run: ${{github.workspace}}/external/vcpkg/bootstrap-vcpkg.sh -disableMetrics
|
run: ${{github.workspace}}/external/vcpkg/bootstrap-vcpkg.sh -disableMetrics
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user