Skip to content

Commit 7f9a5ac

Browse files
committed
revert changes in CI
Signed-off-by: Nicolas Rol <[email protected]>
1 parent b76e4c6 commit 7f9a5ac

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: .github/workflows/dev-ci.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
- name: Install Boost
112112
run: |
113113
yum update -y
114-
yum install -y cmake make gcc gcc-c++ which git
114+
yum install cmake make gcc gcc-c++ which git
115115
dnf --enablerepo=ol8_codeready_builder install boost-static
116116
117117
- name: Checkout sources
@@ -218,6 +218,8 @@ jobs:
218218
- name: Configure CMake
219219
run: >
220220
cmake -Wno-dev -S %GITHUB_WORKSPACE%\metrix-simulator -B %GITHUB_WORKSPACE%\metrix-simulator\build
221+
-DCMAKE_BUILD_TYPE=Release
222+
-DCMAKE_INSTALL_PREFIX=%GITHUB_WORKSPACE%\metrix-simulator\build\install
221223
222224
- name: Build
223225
run: cmake --build %GITHUB_WORKSPACE%\metrix-simulator\build --target install --parallel 2 --config Release

0 commit comments

Comments
 (0)