mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 10:45:54 +08:00
Use new cache location
to gert ride of the old Ultimaker capitalized Contributes to CURA-9365
This commit is contained in:
parent
3b1de601d4
commit
0397a95381
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' }}
|
||||||
|
2
.github/workflows/conan-recipe-export.yml
vendored
2
.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 != '' }}
|
||||||
|
2
.github/workflows/unit-test.yml
vendored
2
.github/workflows/unit-test.yml
vendored
@ -99,7 +99,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 }}-unit-cache
|
||||||
|
|
||||||
- name: Install Linux system requirements
|
- name: Install Linux system requirements
|
||||||
if: ${{ runner.os == 'Linux' }}
|
if: ${{ runner.os == 'Linux' }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user