Tweak cache path, update cache name

This commit is contained in:
Dan Paulat 2025-03-16 20:55:15 -05:00
parent f7ee395eba
commit e667155cd5
2 changed files with 4 additions and 10 deletions

View file

@ -24,8 +24,6 @@ jobs:
qt_arch_aqt: linux_gcc_64
qt_modules: qtimageformats qtmultimedia qtpositioning qtserialport
qt_tools: ''
conan_cache_name: linux_clang_x64
conan_path: '~/.conan2'
conan_package_manager: --conf tools.system.package_manager:mode=install --conf tools.system.package_manager:sudo=True
conan_profile: scwx-linux_clang-17
compiler_packages: clang-17 clang-tidy-17
@ -77,8 +75,8 @@ jobs:
- name: Cache Conan Packages
uses: actions/cache@v4
with:
path: ${{ matrix.conan_path }}
key: ${{ matrix.conan_cache_name }}-build-${{ matrix.conan_profile }}-${{ hashFiles('./source/conanfile.py', './source/tools/conan/profiles/*') }}
path: ~/.conan2
key: build-${{ matrix.conan_profile }}-${{ hashFiles('./source/conanfile.py', './source/tools/conan/profiles/*') }}
- name: Install Conan Packages
shell: pwsh