Working on Github Actions
This commit is contained in:
parent
6ee56cfc8f
commit
c87b747cb3
2
.github/workflows/build-and-test.yml
vendored
2
.github/workflows/build-and-test.yml
vendored
|
@ -179,7 +179,7 @@ jobs:
|
||||||
run: ./build/test/tests
|
run: ./build/test/tests
|
||||||
|
|
||||||
- name: Build and Run Hello World
|
- name: Build and Run Hello World
|
||||||
if: !(${{ matrix.config.coverage }})
|
if: ${{ !matrix.config.coverage }}
|
||||||
shell: bash
|
shell: bash
|
||||||
env:
|
env:
|
||||||
CC: ${{ matrix.config.cc }}
|
CC: ${{ matrix.config.cc }}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user