We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c50071 commit b0f83a6Copy full SHA for b0f83a6
.github/workflows/examples.yml
@@ -72,4 +72,4 @@ jobs:
72
-S ${{ github.workspace }}/examples
73
74
- name: Build and run examples
75
- run: cmake --build ${{ steps.strings.outputs.build-output-dir }} --config ${{ matrix.build_type }} examples
+ run: cmake --target examples --build ${{ steps.strings.outputs.build-output-dir }} --config ${{ matrix.build_type }}
0 commit comments