Skip to content

Commit

Permalink
ci: fix user_toolchain type
Browse files Browse the repository at this point in the history
  • Loading branch information
JohelEGP committed Oct 19, 2023
1 parent 09258f0 commit 72c6bc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-conan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ jobs:
cxx: "clang++-17",
},
lib: "libc++",
conan-config: "-c tools.cmake.cmaketoolchain:user_toolchain=.github/ci/clang-17-modules-toolchain.cmake",
conan-config: "-c tools.cmake.cmaketoolchain:user_toolchain=[.github/ci/clang-17-modules-toolchain.cmake]",
modules: "True",
}
# - {
Expand Down

0 comments on commit 72c6bc7

Please sign in to comment.