Skip to content

Commit e82201a

Browse files
committed
Update workflows
1 parent b0f83a6 commit e82201a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/examples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,4 +72,4 @@ jobs:
7272
-S ${{ github.workspace }}/examples
7373
7474
- name: Build and run examples
75-
run: cmake --target examples --build ${{ steps.strings.outputs.build-output-dir }} --config ${{ matrix.build_type }}
75+
run: cmake --build ${{ steps.strings.outputs.build-output-dir }} --config ${{ matrix.build_type }} --target examples

0 commit comments

Comments
 (0)