Skip to content

Commit

Permalink
fix msvc build type setting
Browse files Browse the repository at this point in the history
  • Loading branch information
dmah42 committed Jan 30, 2025
1 parent 308f388 commit 221cc3f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ jobs:
options: |
BENCHMARK_DOWNLOAD_DEPENDENCIES=ON
BUILD_SHARED_LIBS=${{ matrix.lib == 'shared' }}
CMAKE_BUILD_TYPE=${{ matrix.build_type }}
- name: test
working-directory: ${{ runner.workspace }}/_build
Expand Down

0 comments on commit 221cc3f

Please sign in to comment.