Skip to content

Commit 55ef4ac

Browse files
Merge pull request #4 from PlotJuggler/ci/fix-ninja-windows
ci: fix conan toolchain for Ninja on Windows
2 parents a838a93 + 68978ba commit 55ef4ac

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,8 @@ jobs:
7676
shell: bash
7777
run: |
7878
conan profile detect --force
79-
conan install . --output-folder=build --build=missing -s build_type=Release
79+
conan install . --output-folder=build --build=missing -s build_type=Release \
80+
-c tools.cmake.cmaketoolchain:generator=Ninja
8081
cmake -S . -B build/Release -G Ninja \
8182
-DCMAKE_TOOLCHAIN_FILE=build/conan_toolchain.cmake \
8283
-DCMAKE_PREFIX_PATH=build \

0 commit comments

Comments
 (0)