Skip to content

Commit

Permalink
Fixed build --config
Browse files Browse the repository at this point in the history
  • Loading branch information
maxirmx authored and ni4 committed Jan 14, 2022
1 parent 8d5446f commit 6f607c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/windows-msvc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:

jobs:
build_and_test:
name: debug-${{ matrix.arch }}
name: MSVC-${{ matrix.arch }}
runs-on: ${{ matrix.os }}
if: "!contains(github.event.head_commit.message, 'skip ci')"
strategy:
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
cmake -B ./build -G "Visual Studio 16 2019" -A ${{ matrix.arch }} -DCMAKE_TOOLCHAIN_FILE=${{ matrix.vcpkg_dir }}\\scripts\\buildsystems\\vcpkg.cmake .
- name: Compile
shell: bash
run: cmake --build --config Release ./build -j 2
run: cmake --build --config="Release" ./build -j 2
- name: Testing
shell: bash
run: ci/test.msvc.sh

0 comments on commit 6f607c6

Please sign in to comment.