Use new cache location

to gert ride of the old Ultimaker capitalized

Contributes to CURA-9365
This commit is contained in:
j.spijker@ultimaker.com 2022-07-19 08:26:49 +02:00 committed by jspijker
parent 9569e33b52
commit 03285f80fc

View File

@ -97,7 +97,7 @@ jobs:
path: |
$HOME/.conan/data
$HOME/.conan/conan_download_cache
key: conan-${{ runner.os }}-${{ runner.arch }}
key: conan-${{ runner.os }}-${{ runner.arch }}-installer-cache
- name: Cache Conan local repository packages (Powershell)
uses: actions/cache@v3
@ -107,7 +107,7 @@ jobs:
C:\Users\runneradmin\.conan\data
C:\.conan
C:\Users\runneradmin\.conan\conan_download_cache
key: conan-${{ runner.os }}-${{ runner.arch }}
key: conan-${{ runner.os }}-${{ runner.arch }}-installer-cache
- name: Install MacOS system requirements
if: ${{ runner.os == 'Macos' }}