Edit github action build file
This commit is contained in:
parent
0c3a911656
commit
9973a4cb00
2
.github/workflows/build-and-test.yml
vendored
2
.github/workflows/build-and-test.yml
vendored
|
@ -225,7 +225,7 @@ jobs:
|
|||
|
||||
- name: Build
|
||||
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
|
||||
if: ${{ !startsWith(matrix.config.os, 'windows') }}
|
||||
|
|
Loading…
Reference in New Issue
Block a user