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 9, 2024
1 parent f985456 commit acb1a9f
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:
CPKG_ROOT:
# workaround for https://github.com/lukka/run-cmake/issues/142
with:
configurePreset: shared
buildPreset: shared

0 comments on commit acb1a9f

Please sign in to comment.