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