Skip to content

Commit 5d0448c

Browse files
committed
🔨 github actions attempt #3219
1 parent 82dc11e commit 5d0448c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cmake-multi-platform.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
if: runner.os == 'Windows'
8080
shell: pwsh
8181
run: |
82-
conan install . --build=missing -s build_type=${{ matrix.build_type }} -c tools.cmake.cmake_layout:build_folder_vars=['generators'] -c tools.cmake.cmaketoolchain:generator=Ninja
82+
conan install . --build=missing -s build_type=${{ matrix.build_type }} '-c tools.cmake.cmake_layout:build_folder_vars=["generators"]' -c tools.cmake.cmaketoolchain:generator=Ninja
8383
8484
- name: Set Build Directory
8585
id: strings

0 commit comments

Comments
 (0)