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:36:03 +02:00 committed by jspijker
parent 3b1de601d4
commit 0397a95381
3 changed files with 4 additions and 4 deletions

View File

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

View File

@ -68,7 +68,7 @@ jobs:
uses: actions/cache@v3 uses: actions/cache@v3
with: with:
path: $HOME/.conan/data path: $HOME/.conan/data
key: ${{ runner.os }}-conan key: ${{ runner.os }}-conan-export-cache
- name: Get Conan configuration from branch - name: Get Conan configuration from branch
if: ${{ inputs.conan_config_branch != '' }} if: ${{ inputs.conan_config_branch != '' }}

View File

@ -99,7 +99,7 @@ jobs:
path: | path: |
$HOME/.conan/data $HOME/.conan/data
$HOME/.conan/conan_download_cache $HOME/.conan/conan_download_cache
key: conan-${{ runner.os }}-${{ runner.arch }} key: conan-${{ runner.os }}-${{ runner.arch }}-unit-cache
- name: Install Linux system requirements - name: Install Linux system requirements
if: ${{ runner.os == 'Linux' }} if: ${{ runner.os == 'Linux' }}