Skip to content

Commit 7d507ba

Browse files
committed
fix cache
1 parent 7b08229 commit 7d507ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/code_testing.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
id: cache-conan
7474
uses: actions/cache@v3
7575
with:
76-
path: ~/.conan/data
76+
path: ~/.conan2/data
7777
key: ${{ matrix.config.os }}-${{ matrix.config.compiler }}
7878

7979
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)