We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b08229 commit 7d507baCopy full SHA for 7d507ba
.github/workflows/code_testing.yml
@@ -73,7 +73,7 @@ jobs:
73
id: cache-conan
74
uses: actions/cache@v3
75
with:
76
- path: ~/.conan/data
+ path: ~/.conan2/data
77
key: ${{ matrix.config.os }}-${{ matrix.config.compiler }}
78
79
- uses: actions/checkout@v3
0 commit comments