Skip to content

Commit

Permalink
workaround for lukka/run-cmake#142
Browse files Browse the repository at this point in the history
  • Loading branch information
mywave82 committed Jul 13, 2024
1 parent 10c05a4 commit 1378419
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/cmake-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ jobs:

- name: Build libbinio
uses: lukka/run-cmake@v10
env:
VCPKG_ROOT:
# workaround for https://github.com/lukka/run-cmake/issues/142
with:
cmakeListsTxtPath: libbinio/CMakeLists.txt
configurePreset: '${{env.libbinio_PRESET}}'
Expand All @@ -53,6 +56,9 @@ jobs:

- name: Build adplug
uses: lukka/run-cmake@v10
env:
VCPKG_ROOT:
# workaround for https://github.com/lukka/run-cmake/issues/142
with:
cmakeListsTxtPath: adplug/CMakeLists.txt
configurePreset: default
Expand Down

0 comments on commit 1378419

Please sign in to comment.