Skip to content

Commit

Permalink
[CI] Enable Release build for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
banach-space committed Jul 7, 2024
1 parent 453bcfc commit 59ad4bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/x86-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
- name: Build and run
run: |
mkdir build
cmake -S . -B build/ -DCMAKE_BUILD_TYPE=${{ matrix.type }}
cmake --build build/
cmake -S . -B build/
cmake --build build/ --config ${{ matrix.type }}
build\cpp-tutor.sln
# Seems to get stuck - fix
# build\Debug\cppTutorUT.exe

0 comments on commit 59ad4bc

Please sign in to comment.