Skip to content

Commit

Permalink
GHA: preset fix
Browse files Browse the repository at this point in the history
  • Loading branch information
petersteneteg committed Dec 4, 2024
1 parent 0d4cd1e commit 0a42822
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/presets/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"displayName": "Modules GHA",
"cacheVariables": {
"VCPKG_MANIFEST_FEATURES" : "graphviz;openmesh;nanovg",

"VCPKG_INSTALL_OPTIONS": "--clean-after-build --x-abi-tools-use-exact-versions",

"IVW_MODULE_EIGENUTILS": { "type": "BOOL", "value": "ON"},
"IVW_MODULE_HDF5": { "type": "BOOL", "value": "ON"},
"IVW_MODULE_FFMPEG": { "type": "BOOL", "value": "ON"},
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/modules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,6 @@ jobs:
run: >
cmake -S inviwo -B build --preset gha-${{ matrix.linkage }}
-DCMAKE_BUILD_TYPE=${{ matrix.configuration }}
-DVCPKG_INSTALL_OPTIONS='--clean-after-build'
- name: "Build"
timeout-minutes: 360
Expand Down

0 comments on commit 0a42822

Please sign in to comment.