Commit 26d0ce22 authored by Robert Edmonds's avatar Robert Edmonds

build.yml: Add back missing `-S build-cmake` when building protobuf-c on Windows

parent 31ad461e
......@@ -184,9 +184,9 @@ jobs:
cmake --build "build" -j4
cmake --build "build" --target install
- name: Run cmake tests
- name: Build protobuf-c
run: |
cmake -B build -G "NMake Makefiles" `
cmake -S build-cmake -B build -G "NMake Makefiles" `
-DCMAKE_INSTALL_PREFIX=~/protobuf-c-bin `
-DCMAKE_BUILD_TYPE=${{ matrix.build-type }} `
-DBUILD_TESTS=ON `
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment