Skip to content

Commit

Permalink
Enable logger on all CI builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Lgt2x authored and JeodC committed May 3, 2024
1 parent 0e55dee commit ad78f4d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ on:
paths-ignore:
- '**/README.md'
- '**/LICENSE'
- '**/.github/**'

jobs:
build:
Expand Down Expand Up @@ -74,7 +73,7 @@ jobs:
CC: ${{ matrix.os.cc }}
CXX: ${{ matrix.os.cxx }}
VCPKG_ROOT: C:/vcpkg
run: cmake --preset ${{ matrix.os.preset }} -DBUILD_TESTING=ON
run: cmake --preset ${{ matrix.os.preset }} -DBUILD_TESTING=ON -DENABLE_LOGGER=ON

- name: Build ${{ matrix.build_type }}
run: cmake --build --preset ${{ matrix.os.preset }} --config ${{ matrix.build_type }} --verbose
Expand Down

0 comments on commit ad78f4d

Please sign in to comment.