Update cmake.yml
This commit is contained in:
17
.github/workflows/cmake.yml
vendored
17
.github/workflows/cmake.yml
vendored
@@ -33,21 +33,16 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
submodules: true
|
submodules: true
|
||||||
|
|
||||||
- if: runner.os == 'Windows'
|
|
||||||
name: Boostrap Vcpkg
|
|
||||||
run: ${{github.workspace}}\external\vcpkg\bootstrap-vcpkg.bat -disableMetrics
|
|
||||||
|
|
||||||
- if: runner.os != 'Windows'
|
|
||||||
name: Boostrap Vcpkg
|
|
||||||
run: ${{github.workspace}}/external/vcpkg/bootstrap-vcpkg.sh -disableMetrics
|
|
||||||
|
|
||||||
#- if: runner.os == 'Windows'
|
#- if: runner.os == 'Windows'
|
||||||
# name: Install packaged dependencies
|
# name: Boostrap Vcpkg
|
||||||
# run: ${{github.workspace}}\external\vcpkg\vcpkg.exe install spdlog --triplet x64-windows
|
# 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 -disableMetrics
|
||||||
|
|
||||||
- name: Install packaged dependencies
|
- name: Install packaged dependencies
|
||||||
#run: ${{github.workspace}}/external/vcpkg/vcpkg install spdlog --triplet x64-linux
|
|
||||||
run: ${{github.workspace}}/external/vcpkg/vcpkg install spdlog --triplet ${{matrix.triplet}}
|
run: ${{github.workspace}}/external/vcpkg/vcpkg install spdlog --triplet ${{matrix.triplet}}
|
||||||
|
|
||||||
- name: Configure CMake
|
- name: Configure CMake
|
||||||
|
|||||||
Reference in New Issue
Block a user