Update cmake.yml

This commit is contained in:
McMassiveNZ
2022-12-23 23:20:22 +01:00
parent c8ec0ca1f5
commit 8a7f158c32

View File

@@ -29,9 +29,9 @@ jobs:
submodules: true
- name: Boostrap Vcpkg
if: runner.os == 'Windows'
- if: runner.os == 'Windows'
run: ${{github.workspace}}\external\vcpkg\bootstrap-vcpkg.bat -disableMetrics
if: runner.os != 'Windows'
- if: runner.os != 'Windows'
run: ${{github.workspace}}/external/vcpkg/bootstrap-vcpkg.sh -disableMetrics
#- if: runner.os == 'Windows'