Specify the compiler.

This commit is contained in:
Daniel Lemire 2020-12-22 10:02:00 -05:00
parent cc5cb1f94f
commit df11f61196

View File

@ -38,7 +38,7 @@ jobs:
- name: Prepare build dir
run: mkdir build
- name: Configure
run: cd build && cmake -DCMAKE_BUILD_TYPE=${{ matrix.type }} -DFASTFLOAT_TEST=ON ..
run: cd build && cmake -DCMAKE_CXX_COMPILER=clang++ -DCMAKE_BUILD_TYPE=${{ matrix.type }} -DFASTFLOAT_TEST=ON ..
- name: Build
run: cmake --build build
- name: Run basic tests