Skip to content

Commit

Permalink
🔨 github actions attempt #3219
Browse files Browse the repository at this point in the history
  • Loading branch information
SeedyROM committed Nov 30, 2024
1 parent 82dc11e commit 5d0448c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
if: runner.os == 'Windows'
shell: pwsh
run: |
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
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
- name: Set Build Directory
id: strings
Expand Down

0 comments on commit 5d0448c

Please sign in to comment.