Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorj.spijker@ultimaker.com <jelle spijker>2022-07-19 09:26:49 +0300
committerjspijker <j.spijker@ultimaker.com>2022-07-19 09:26:49 +0300
commit03285f80fc51c47e6ac96c24b85aa4ebf99251c1 (patch)
treeaefae3a0a21982cda19cb16ede06538c6fe43833
parent9569e33b520c52aaafe147df0b7acdc93741c2ff (diff)
Use new cache location
to gert ride of the old Ultimaker capitalized Contributes to CURA-9365
-rw-r--r--.github/workflows/cura-installer.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/cura-installer.yml b/.github/workflows/cura-installer.yml
index 98027a3d1c..6f2d1b7a98 100644
--- a/.github/workflows/cura-installer.yml
+++ b/.github/workflows/cura-installer.yml
@@ -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' }}