From 42e0b3f7f02419696f72c9ce74cda3153afaee05 Mon Sep 17 00:00:00 2001 From: Romain BOULLARD Date: Fri, 23 Jan 2026 18:10:01 +0100 Subject: [PATCH] test --- Linux/CPPBuilder/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Linux/CPPBuilder/Dockerfile b/Linux/CPPBuilder/Dockerfile index 2b5d5d3..a419ad6 100644 --- a/Linux/CPPBuilder/Dockerfile +++ b/Linux/CPPBuilder/Dockerfile @@ -63,7 +63,7 @@ RUN git clone --branch v2.40.4 https://github.com/rui314/mold.git /tmp/mold \ && cmake --install build \ && rm -rf /tmp/mold - RUN echo ${CONAN_PROFILE_BRANCH} + RUN echo $CONAN_PROFILE_BRANCH # Configure Conan with custom profiles and remote RUN conan config install https://git.romainboullard.com/BigfootDev/ConanProfiles.git --args=--branch $CONAN_PROFILE_BRANCH \