We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 812d762 commit 8b1f2dfCopy full SHA for 8b1f2df
1 file changed
.github/workflows/ci-compile.yml
@@ -38,6 +38,12 @@ jobs:
38
path: ~/.conan2
39
key: conan-${{ runner.os }}-unit-cpp${{ matrix.cpp_std }}-${{ hashFiles('conanfile.py') }}
40
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
+
47
- name: Install dependencies
48
run: |
49
sudo apt-get update
0 commit comments