Update cmake.yml
This commit is contained in:
4
.github/workflows/cmake.yml
vendored
4
.github/workflows/cmake.yml
vendored
@@ -28,7 +28,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
submodules: true
|
submodules: true
|
||||||
|
|
||||||
- if: runner.os == 'Windows'
|
#- if: runner.os == 'Windows'
|
||||||
name: Boostrap Vcpkg
|
name: Boostrap Vcpkg
|
||||||
run: ${{github.workspace}}/external/vcpkg/bootstrap-vcpkg -disableMetrics
|
run: ${{github.workspace}}/external/vcpkg/bootstrap-vcpkg -disableMetrics
|
||||||
|
|
||||||
@@ -38,7 +38,7 @@ jobs:
|
|||||||
|
|
||||||
- if: runner.os != 'Windows'
|
- if: runner.os != 'Windows'
|
||||||
name: Install packaged dependencies
|
name: Install packaged dependencies
|
||||||
run: ${{github.workspace}}/external/vcpkg/vcpkg.sh install spdlog --triplet x64-linux
|
run: ${{github.workspace}}/external/vcpkg/vcpkg install spdlog --triplet x64-linux
|
||||||
|
|
||||||
- name: Configure CMake
|
- name: Configure CMake
|
||||||
# Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.
|
# Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.
|
||||||
|
|||||||
Reference in New Issue
Block a user