Workflow changes
This commit is contained in:
@@ -100,14 +100,14 @@ jobs:
|
|||||||
shell: bash
|
shell: bash
|
||||||
- name: Prints output of run-vcpkg's action.
|
- name: Prints output of run-vcpkg's action.
|
||||||
run: echo "root='${{ steps.runvcpkg.outputs.RUNVCPKG_VCPKG_ROOT_OUT }}', triplet='${{ steps.runvcpkg.outputs.RUNVCPKG_VCPKG_DEFAULT_TRIPLET_OUT }}' "
|
run: echo "root='${{ steps.runvcpkg.outputs.RUNVCPKG_VCPKG_ROOT_OUT }}', triplet='${{ steps.runvcpkg.outputs.RUNVCPKG_VCPKG_DEFAULT_TRIPLET_OUT }}' "
|
||||||
- name: Run CMake+vcpkg+NinjaMulti-Config (Release configuration)
|
# - name: Run CMake+vcpkg+NinjaMulti-Config (Release configuration)
|
||||||
uses: lukka/run-cmake@v10
|
# uses: lukka/run-cmake@v10
|
||||||
id: runcmake
|
# id: runcmake
|
||||||
with:
|
# with:
|
||||||
cmakeListsTxtPath: '${{ github.workspace }}/cmakepresets/CMakeLists.txt'
|
# cmakeListsTxtPath: '${{ github.workspace }}/cmakepresets/CMakeLists.txt'
|
||||||
configurePreset: 'ninja-multi-vcpkg'
|
# configurePreset: 'ninja-multi-vcpkg'
|
||||||
buildPreset: 'ninja-multi-vcpkg'
|
# buildPreset: 'ninja-multi-vcpkg'
|
||||||
buildPresetAdditionalArgs: '[`--config Release`]'
|
# buildPresetAdditionalArgs: '[`--config Release`]'
|
||||||
- name: List $RUNNER_WORKSPACE after build
|
- name: List $RUNNER_WORKSPACE after build
|
||||||
run: find $RUNNER_WORKSPACE
|
run: find $RUNNER_WORKSPACE
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|||||||
Reference in New Issue
Block a user