We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75a04ec commit a79a2bbCopy full SHA for a79a2bb
2 files changed
.github/workflows/build.yml
@@ -15,7 +15,7 @@ env:
15
# for matrix check https://docs.github.com/en/actions/reference/specifications-for-github-hosted-runners
16
jobs:
17
prepare_matrix:
18
- runs-on: ubuntu-latest
+ runs-on: ubuntu-slim
19
outputs:
20
matrix: ${{ steps.matrix_setup.outputs.matrix }}
21
steps:
conanfile.py
@@ -100,7 +100,7 @@ def generate(self):
100
tc.variables["ManiVault_DIR"] = manivault_dir
101
102
# Set some build options
103
- tc.variables["MV_UNITY_BUILD"] = "ON"
+ tc.cache_variables["MV_UNITY_BUILD"] = "ON"
104
105
# Use vcpkg-installed dependencies if there are any
106
if os.environ.get("VCPKG_ROOT", None):
0 commit comments