mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-15 00:05:59 +08: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
4
.github/workflows/conan-package-create.yml
vendored
4
.github/workflows/conan-package-create.yml
vendored
@ -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' }}
|
||||||
|
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
|
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 != '' }}
|
||||||
@ -100,7 +100,5 @@ jobs:
|
|||||||
if: always()
|
if: always()
|
||||||
run: |
|
run: |
|
||||||
# Only use --all (upload binaries) for the cura repository
|
# Only use --all (upload binaries) for the cura repository
|
||||||
conan upload "*@ultimaker/*" -r cura --all -c
|
conan upload "*" -r cura --all -c
|
||||||
conan upload "*@_/_" -r cura --all -c
|
conan upload "*" -r cura-ce -c
|
||||||
conan upload "*@ultimaker/*" -r cura-ce -c
|
|
||||||
conan upload "*@_/_" -r cura-ce -c
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user