From 72c6bc7bc706b3013add0f9a00028e92ba194a2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johel=20Ernesto=20Guerrero=20Pe=C3=B1a?= Date: Thu, 19 Oct 2023 12:45:17 -0400 Subject: [PATCH] ci: fix user_toolchain type --- .github/workflows/ci-conan.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-conan.yml b/.github/workflows/ci-conan.yml index 7d7b56091..89df55e07 100644 --- a/.github/workflows/ci-conan.yml +++ b/.github/workflows/ci-conan.yml @@ -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", } # - {