Skip to content

Commit bf86239

Browse files
committed
actually fix cache, bump conan version in branch package
1 parent 7d507ba commit bf86239

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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: ~/.conan2/data
76+
path: ~/.conan2/p
7777
key: ${{ matrix.config.os }}-${{ matrix.config.compiler }}
7878

7979
- uses: actions/checkout@v3

.github/workflows/publish-conan-branch-package.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
os: ubuntu-22.04
1515
compiler: clang-15
1616
cmake-version: 3.24.0
17-
conan-version: 2.0.13
17+
conan-version: 2.3.0
1818
secrets:
1919
CONAN_USER: ${{ secrets.CONAN_USER }}
2020
CONAN_PW: ${{ secrets.CONAN_PW }}

0 commit comments

Comments
 (0)