Update cmake.yml

This commit is contained in:
William McVicar
2022-12-23 23:26:59 +01:00
committed by GitHub
parent 8a7f158c32
commit fa0f024953

View File

@@ -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