Skip to content

Commit

Permalink
Fixed cmake --build
Browse files Browse the repository at this point in the history
  • Loading branch information
maxirmx authored and ni4 committed Jan 14, 2022
1 parent 6f607c6 commit 0019552
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows-msvc.yml
Original file line number Diff line number Diff line change
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 ./build --config "Release" -j 2
- name: Testing
shell: bash
run: ci/test.msvc.sh

0 comments on commit 0019552

Please sign in to comment.