Skip to content

Commit f67fc71

Browse files
committed
Fix permissions error.
1 parent 176d93d commit f67fc71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/ci-build-setup.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ RUN which cor 2>&1 >/dev/null || {{ \
1010
#----- --- -- - - - -
1111
# Initialize a clean Conan cache/home.
1212
#
13-
ENV CONAN_HOME "$HOME/_cache/.conan2"
13+
ENV CONAN_HOME "{user_home_dir}/_cache/.conan2"
1414
RUN cor conan profile detect

0 commit comments

Comments
 (0)