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:36:03 +0300
committerjspijker <j.spijker@ultimaker.com>2022-07-19 09:36:17 +0300
commitd9cc8ca19b8b7926aee0bf6401ca33030ad879a3 (patch)
treeab00b881e2eb92790a3907928d31256017f2fb77
parent03285f80fc51c47e6ac96c24b85aa4ebf99251c1 (diff)
Use new cache location
to gert ride of the old Ultimaker capitalized Contributes to CURA-9365
-rw-r--r--.github/workflows/unit-test.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/unit-test.yml b/.github/workflows/unit-test.yml
index 276649cd87..20ea83bdb1 100644
--- a/.github/workflows/unit-test.yml
+++ b/.github/workflows/unit-test.yml
@@ -99,7 +99,7 @@ jobs:
path: |
$HOME/.conan/data
$HOME/.conan/conan_download_cache
- key: conan-${{ runner.os }}-${{ runner.arch }}
+ key: conan-${{ runner.os }}-${{ runner.arch }}-unit-cache
- name: Install Linux system requirements
if: ${{ runner.os == 'Linux' }}