Update cmake.yml
This commit is contained in:
2
.github/workflows/cmake.yml
vendored
2
.github/workflows/cmake.yml
vendored
@@ -30,7 +30,7 @@ jobs:
|
||||
|
||||
- name: Boostrap Vcpkg
|
||||
- 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'
|
||||
run: ${{github.workspace}}/external/vcpkg/bootstrap-vcpkg.sh -disableMetrics
|
||||
|
||||
|
||||
Reference in New Issue
Block a user