Browse Source

Use new cache location

to gert ride of the old Ultimaker capitalized

Contributes to CURA-9365
j.spijker@ultimaker.com 2 years ago
parent
commit
03285f80fc
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .github/workflows/cura-installer.yml

+ 2 - 2
.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' }}