Edit github action build file

This commit is contained in:
Daniel Chappuis 2021-10-26 21:55:44 +02:00
parent 0c3a911656
commit 9973a4cb00

View File

@ -225,7 +225,7 @@ jobs:
- name: Build - name: Build
shell: bash shell: bash
run: cmake --build build/ --config ${{ matrix.config.build_type }} -DCMAKE_CXX_FLAGS="-Wall -Wextra -pedantic" run: cmake --build build/ --config ${{ matrix.config.build_type }}
- name: Install Library on Linux/MacOS - name: Install Library on Linux/MacOS
if: ${{ !startsWith(matrix.config.os, 'windows') }} if: ${{ !startsWith(matrix.config.os, 'windows') }}