Edit github action file

This commit is contained in:
Daniel Chappuis 2021-10-31 22:47:23 +01:00
parent a5e5d0c9fd
commit 97cb72502d

View File

@ -280,7 +280,7 @@ jobs:
cmake --build build_hello_world/ --config ${{ matrix.config.build_type }}
- name: Run Hello World (Linux / MacOS / Windows MinGW)
if: ${{ !startsWith(matrix.config.name, 'Windows / MSVC') }} && ${{ !matrix.config.coverage }}
if: ${{ !startsWith(matrix.config.name, 'Windows / MSVC') && !matrix.config.coverage }}
shell: bash
run: "./build_hello_world/helloworld"