Skip to content

Commit 8b1f2df

Browse files
committed
adds conan caching to gh action
1 parent 812d762 commit 8b1f2df

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/ci-compile.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,12 @@ jobs:
3838
path: ~/.conan2
3939
key: conan-${{ runner.os }}-unit-cpp${{ matrix.cpp_std }}-${{ hashFiles('conanfile.py') }}
4040

41+
- name: Cache Conan
42+
uses: actions/cache@v4
43+
with:
44+
path: ~/.conan2
45+
key: conan-${{ runner.os }}-unit-cpp${{ matrix.cpp_std }}-${{ hashFiles('conanfile.py') }}
46+
4147
- name: Install dependencies
4248
run: |
4349
sudo apt-get update

0 commit comments

Comments
 (0)