Update cmake-multi-platform.yml

This commit is contained in:
Dynamitos
2024-11-26 22:33:12 +01:00
committed by GitHub
parent a2c6aca6d7
commit 57d90928bf
@@ -53,6 +53,8 @@ jobs:
shell: bash shell: bash
run: | run: |
echo "build-output-dir=${{ github.workspace }}/build" >> "$GITHUB_OUTPUT" echo "build-output-dir=${{ github.workspace }}/build" >> "$GITHUB_OUTPUT"
- name: run-vcpkg
uses: lukka/run-vcpkg@v11.5
- 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.