Skip to content

Commit

Permalink
hope
Browse files Browse the repository at this point in the history
  • Loading branch information
rizesql committed Apr 20, 2024
1 parent b18fff9 commit 3ddaf76
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/actions/configure-cmake/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,13 @@ runs:

- name: Setup anew (or from cache) vcpkg (and does not build any package)
uses: lukka/run-vcpkg@v11
with:
vcpkgJsonGlob: 'vcpkg.json'

- name: Run CMake consuming CMakePreset.json and run vcpkg to build packages
uses: lukka/run-cmake@v10
# with:
# configurePreset: 'ninja-multi-vcpkg'
with:
configurePreset: 'ninja-multi-vcpkg'

- run: |
CMAKE_GENERATOR=${{ matrix.cmake_generator }} cmake -S ${GITHUB_WORKSPACE} -B ${{ env.BUILD_DIR }} \
Expand Down

0 comments on commit 3ddaf76

Please sign in to comment.