Skip to content

Commit

Permalink
Reactivate build UI to catch dep issues
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonMarechal25 committed Oct 18, 2023
1 parent acc6728 commit fa73a3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/centos7-system-deps-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
export PATH=/usr/lib64/openmpi/bin:$PATH
cmake -B _build -S . \
-DDEPS_INSTALL_DIR=rte-antares-deps-Release \
-DBUILD_TESTING=ON -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=_install -DBUILD_UI=OFF -DALLOW_RUN_AS_ROOT=ON
-DBUILD_TESTING=ON -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=_install -DBUILD_UI=ON -DALLOW_RUN_AS_ROOT=ON
- name: Build
run: |
Expand Down

0 comments on commit fa73a3a

Please sign in to comment.