mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-23 06:33:55 -06:00
Cache to arch specific key
Contributes to CURA-9365
This commit is contained in:
parent
c135173e67
commit
5616bae098
1 changed files with 2 additions and 2 deletions
4
.github/workflows/conan-package-create.yml
vendored
4
.github/workflows/conan-package-create.yml
vendored
|
@ -62,7 +62,7 @@ jobs:
|
|||
if: ${{ runner.os != 'Windows' }}
|
||||
with:
|
||||
path: $HOME/.conan/data
|
||||
key: ${{ runner.os }}-conan
|
||||
key: conan-${{ runner.os }}-${{ runner.arch }}
|
||||
|
||||
- name: Cache Conan local repository packages (Powershell)
|
||||
uses: actions/cache@v3
|
||||
|
@ -71,7 +71,7 @@ jobs:
|
|||
path: |
|
||||
C:\Users\runneradmin\.conan\data
|
||||
C:\.conan
|
||||
key: ${{ runner.os }}-conan
|
||||
key: conan-${{ runner.os }}-${{ runner.arch }}
|
||||
|
||||
- name: Install MacOS system requirements
|
||||
if: ${{ runner.os == 'Macos' }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue