Working on Github Actions

This commit is contained in:
Daniel Chappuis 2021-08-04 15:17:06 +02:00
parent 42a27b9984
commit bf18b05261

View File

@ -109,6 +109,9 @@ jobs:
- name: Build and Run Hello World
shell: bash
env:
CC: ${{ matrix.config.cc }}
CXX: ${{ matrix.config.cxx }}
run: |
mkdir build_hello_world
cmake \