mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-13 22:27:13 +02:00
Add architecture to cache key.
This commit is contained in:
parent
c930cf3c70
commit
c6d9ca6061
2 changed files with 2 additions and 2 deletions
2
.github/workflows/master_build.yml
vendored
2
.github/workflows/master_build.yml
vendored
|
@ -133,7 +133,7 @@ jobs:
|
|||
- name: Cache conan
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
key: conan-${{ matrix.os }}-${{ hashFiles('conanfile.py') }}
|
||||
key: conan-${{ matrix.os }}-${{ matrix.arch }}-${{ hashFiles('conanfile.py') }}
|
||||
path: ~/.conan2/
|
||||
|
||||
|
||||
|
|
2
.github/workflows/pr_build.yml
vendored
2
.github/workflows/pr_build.yml
vendored
|
@ -184,7 +184,7 @@ jobs:
|
|||
id: conan-cache
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
key: conan-${{ matrix.os }}-${{ hashFiles('conanfile.py') }}
|
||||
key: conan-${{ matrix.os }}-${{ matrix.arch }}-${{ hashFiles('conanfile.py') }}
|
||||
path: ~/.conan2/
|
||||
|
||||
- name: Install dependencies
|
||||
|
|
Loading…
Reference in a new issue