Skip to content

Commit

Permalink
use --config for msvc
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan-rsm-McKenzie committed Aug 3, 2023
1 parent 1cc3b80 commit 9a001e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,11 +126,11 @@ jobs:

- name: Configure CMake
working-directory: ${{ github.workspace }}/binary_io
run: cmake --preset ninja-windows-vcpkg -DCMAKE_BUILD_TYPE=${{ env.BUILD_TYPE }}
run: cmake --preset ninja-windows-vcpkg

- name: Build
working-directory: ${{ github.workspace }}/binary_io
run: cmake --build build
run: cmake --build build --config ${{ env.BUILD_TYPE }}

- name: Test
working-directory: ${{ github.workspace }}/binary_io/build
Expand Down

0 comments on commit 9a001e1

Please sign in to comment.