Skip to content

Commit

Permalink
CMake: workaround for lukka/run-cmake#142
Browse files Browse the repository at this point in the history
  • Loading branch information
mywave82 committed Jul 12, 2024
1 parent e88dad0 commit 9be48f6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,9 @@ jobs:
- name: Build (cmake)
if: ${{matrix.compiler == 'cmake'}}
uses: lukka/run-cmake@v10
env:
VCPKG_ROOT:
# workaround for https://github.com/lukka/run-cmake/issues/142
with:
configurePreset: shared
buildPreset: shared

0 comments on commit 9be48f6

Please sign in to comment.