We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4c1a48 commit b9933a5Copy full SHA for b9933a5
1 file changed
.github/workflows/cmake-multi-platform.yml
@@ -80,6 +80,7 @@ jobs:
80
run: cmake --build ${{ github.workspace }}/build --config ${{ matrix.build_type }}
81
82
- name: Run tests
83
+ if: matrix.mingw == false
84
working-directory: >-
85
${{ github.workspace }}/build/Example${{
86
matrix.os == 'windows-latest' && format('/{0}', matrix.build_type) || ''
0 commit comments