whoever thought inventing a language in yaml needs a life...#2

master
Pierre Joye 2021-08-31 14:36:29 +07:00
parent 15d6fb79a3
commit 2a5e7b7bb6
1 changed files with 3 additions and 3 deletions

View File

@ -75,9 +75,9 @@ jobs:
CXX: ${{ matrix.config.cxx }}
CFLAGS: ${{ matrix.config.cflags }}
run: |
echo $CC
echo $CXX
echo $CFLAGS
echo ${{ matrix.config.cc }}
echo ${{ matrix.config.cxx }}
echo ${{ matrix.config.cflags }}
- name: Configure CMake Clang
if: contains(matrix.config.cc, 'clang')