Update cmake.yml
This commit is contained in:
8
.github/workflows/cmake.yml
vendored
8
.github/workflows/cmake.yml
vendored
@@ -40,10 +40,12 @@ jobs:
|
|||||||
- name: Boostrap Vcpkg
|
- name: Boostrap Vcpkg
|
||||||
run: ${{github.workspace}}/external/vcpkg/${{matrix.bootstrap}} -disableMetrics
|
run: ${{github.workspace}}/external/vcpkg/${{matrix.bootstrap}} -disableMetrics
|
||||||
|
|
||||||
- name: Install packaged dependencies
|
- if: runner.os == 'Windows
|
||||||
if: runner.os == 'Windows
|
name: Install packaged dependencies
|
||||||
run: ${{github.workspace}}\external\vcpkg\vcpkg.exe install spdlog --triplet ${{matrix.triplet}}
|
run: ${{github.workspace}}\external\vcpkg\vcpkg.exe install spdlog --triplet ${{matrix.triplet}}
|
||||||
else:
|
|
||||||
|
- if: runner.os != 'Windows
|
||||||
|
name: Install packaged dependencies
|
||||||
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