Skip to content

Commit 134c51e

Browse files
committed
.
1 parent 8b781fa commit 134c51e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/job_build_linux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,14 +184,14 @@ jobs:
184184
- name: Check CMake configuration
185185
run: |
186186
echo options_from_env
187-
echo '$CMAKE_OPTIONS'
187+
echo ${{ env.CMAKE_OPTIONS }}
188188
echo options_from_input
189189
echo ${{ inputs.cmake-options }}
190190
env:
191191
CMAKE_OPTIONS: ${{ inputs.cmake-options }}
192192

193193
- name: CMake configure - OpenVINO
194-
run: eval cmake $CMAKE_OPTIONS -S ${OPENVINO_REPO} -B ${BUILD_DIR}
194+
run: eval cmake ${{ env.CMAKE_OPTIONS }} -S ${OPENVINO_REPO} -B ${BUILD_DIR}
195195
env:
196196
CMAKE_OPTIONS: ${{ inputs.cmake-options }}
197197

0 commit comments

Comments
 (0)