Skip to content

Commit

Permalink
Merge pull request #244 from inviwo/feature/preset-fix
Browse files Browse the repository at this point in the history
GHA: preset fix
  • Loading branch information
martinfalk authored Dec 5, 2024
2 parents 0d4cd1e + f247052 commit 7759d39
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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
7 changes: 3 additions & 4 deletions .github/workflows/modules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jobs:
uses: actions/checkout@v4
with:
path: modules
submodules: true
submodules: false

- name: "Clone Inviwo"
uses: actions/checkout@v4
Expand Down 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 Expand Up @@ -224,7 +223,7 @@ jobs:
uses: actions/checkout@v4
with:
path: modules
submodules: true
submodules: false

- name: "Clone Inviwo"
uses: actions/checkout@v4
Expand Down Expand Up @@ -322,7 +321,7 @@ jobs:
uses: actions/checkout@v4
with:
path: modules
submodules: true
submodules: false

- name: "Clone Inviwo"
uses: actions/checkout@v4
Expand Down

0 comments on commit 7759d39

Please sign in to comment.