Working on Github Actions

This commit is contained in:
Daniel Chappuis 2021-08-04 20:56:05 +02:00
parent 6ee56cfc8f
commit c87b747cb3

View File

@ -179,7 +179,7 @@ jobs:
run: ./build/test/tests
- name: Build and Run Hello World
if: !(${{ matrix.config.coverage }})
if: ${{ !matrix.config.coverage }}
shell: bash
env:
CC: ${{ matrix.config.cc }}