We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f3f496 commit 32f9ccaCopy full SHA for 32f9cca
1 file changed
.github/workflows/build_cmake.yml
@@ -5,8 +5,7 @@ on: [push, pull_request]
5
env:
6
# Conan cache environment variables
7
CONAN_SYSREQUIRES_MODE: enabled
8
- CONAN_USER_HOME: "${{ github.workspace }}/conan-cache"
9
- CONAN_USER_HOME_SHORT: "${{ github.workspace }}/conan-cache/short"
+ CONAN_USER_HOME: "~/.conan2"
10
11
jobs:
12
docker:
0 commit comments