Update cmake.yml
This commit is contained in:
8
.github/workflows/cmake.yml
vendored
8
.github/workflows/cmake.yml
vendored
@@ -29,10 +29,10 @@ jobs:
|
|||||||
submodules: true
|
submodules: true
|
||||||
|
|
||||||
- name: Boostrap Vcpkg
|
- name: Boostrap Vcpkg
|
||||||
- if: runner.os == 'Windows'
|
- if: runner.os == 'Windows'
|
||||||
run: ${{github.workspace}}\external\vcpkg\bootstrap-vcpkg.bat -disableMetrics
|
run: ${{github.workspace}}/external/vcpkg/bootstrap-vcpkg.sh -disableMetrics
|
||||||
- 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
|
||||||
|
|
||||||
#- if: runner.os == 'Windows'
|
#- if: runner.os == 'Windows'
|
||||||
# name: Install packaged dependencies
|
# name: Install packaged dependencies
|
||||||
|
|||||||
Reference in New Issue
Block a user