Update cmake.yml
This commit is contained in:
3
.github/workflows/cmake.yml
vendored
3
.github/workflows/cmake.yml
vendored
@@ -28,10 +28,11 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
submodules: true
|
submodules: true
|
||||||
|
|
||||||
- name: Boostrap Vcpkg
|
|
||||||
- if: runner.os == 'Windows'
|
- if: runner.os == 'Windows'
|
||||||
|
name: Boostrap Vcpkg
|
||||||
run: ${{github.workspace}}\external\vcpkg\bootstrap-vcpkg.bat -disableMetrics
|
run: ${{github.workspace}}\external\vcpkg\bootstrap-vcpkg.bat -disableMetrics
|
||||||
- if: runner.os != 'Windows'
|
- if: runner.os != 'Windows'
|
||||||
|
name: Boostrap Vcpkg
|
||||||
run: ${{github.workspace}}/external/vcpkg/bootstrap-vcpkg.sh -disableMetrics
|
run: ${{github.workspace}}/external/vcpkg/bootstrap-vcpkg.sh -disableMetrics
|
||||||
|
|
||||||
#- if: runner.os == 'Windows'
|
#- if: runner.os == 'Windows'
|
||||||
|
|||||||
Reference in New Issue
Block a user