diff --git a/.github/presets/common.json b/.github/presets/common.json index 68101f2e..74e55834 100644 --- a/.github/presets/common.json +++ b/.github/presets/common.json @@ -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"}, diff --git a/.github/workflows/modules.yml b/.github/workflows/modules.yml index 7df25791..32b750de 100644 --- a/.github/workflows/modules.yml +++ b/.github/workflows/modules.yml @@ -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