mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-11 16:00:47 -07:00
Use new cache location
to gert ride of the old Ultimaker capitalized Contributes to CURA-9365
This commit is contained in:
parent
cf77f9073e
commit
9569e33b52
2 changed files with 5 additions and 7 deletions
4
.github/workflows/conan-package-create.yml
vendored
4
.github/workflows/conan-package-create.yml
vendored
|
|
@ -72,7 +72,7 @@ jobs:
|
|||
path: |
|
||||
$HOME/.conan/data
|
||||
$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)
|
||||
uses: actions/cache@v3
|
||||
|
|
@ -82,7 +82,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 }}-create-cache
|
||||
|
||||
- name: Install MacOS system requirements
|
||||
if: ${{ runner.os == 'Macos' }}
|
||||
|
|
|
|||
8
.github/workflows/conan-recipe-export.yml
vendored
8
.github/workflows/conan-recipe-export.yml
vendored
|
|
@ -68,7 +68,7 @@ jobs:
|
|||
uses: actions/cache@v3
|
||||
with:
|
||||
path: $HOME/.conan/data
|
||||
key: ${{ runner.os }}-conan
|
||||
key: ${{ runner.os }}-conan-export-cache
|
||||
|
||||
- name: Get Conan configuration from branch
|
||||
if: ${{ inputs.conan_config_branch != '' }}
|
||||
|
|
@ -100,7 +100,5 @@ jobs:
|
|||
if: always()
|
||||
run: |
|
||||
# Only use --all (upload binaries) for the cura repository
|
||||
conan upload "*@ultimaker/*" -r cura --all -c
|
||||
conan upload "*@_/_" -r cura --all -c
|
||||
conan upload "*@ultimaker/*" -r cura-ce -c
|
||||
conan upload "*@_/_" -r cura-ce -c
|
||||
conan upload "*" -r cura --all -c
|
||||
conan upload "*" -r cura-ce -c
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue