Skip to content

Commit 559e1ef

Browse files
committed
Update examples workflow
1 parent ce67b3e commit 559e1ef

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/examples.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,11 @@ jobs:
5353
5454
- name: Configure CMake
5555
run: >
56-
cmake examples -B ${{ steps.strings.outputs.build-output-dir }}
56+
cmake -B ${{ steps.strings.outputs.build-output-dir }}
5757
-DCMAKE_CXX_COMPILER=${{ matrix.cpp_compiler }}
5858
-DCMAKE_C_COMPILER=${{ matrix.c_compiler }}
5959
-DCMAKE_BUILD_TYPE=${{ matrix.build_type }}
60-
-S ${{ github.workspace }}
60+
-S ${{ github.workspace }}/examples
6161
6262
- name: Build examples
63-
run: cmake examples --build ${{ steps.strings.outputs.build-output-dir }} --config ${{ matrix.build_type }}
63+
run: cmake --build ${{ steps.strings.outputs.build-output-dir }} --config ${{ matrix.build_type }}

0 commit comments

Comments
 (0)