mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 09:10:06 +00:00
Tweak cache path, update cache name
This commit is contained in:
parent
f7ee395eba
commit
e667155cd5
2 changed files with 4 additions and 10 deletions
6
.github/workflows/clang-tidy-review.yml
vendored
6
.github/workflows/clang-tidy-review.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue