YAML modification

This commit is contained in:
John Wellbelove 2020-08-03 11:34:00 +01:00
parent 027f8fe3cf
commit 432fbf4fc5

View File

@ -36,9 +36,10 @@ jobs:
- uses: actions/checkout@v2
- name: Setup cmake
run: export CC=clang-9
export CXX=clang++-9
cmake -DBUILD_TESTS=ON
run: |
export CC=clang-9
export CXX=clang++-9
cmake -D BUILD_TESTS=ON ./
- name: Compile
run: make