mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-20 05:07:50 -06:00
Reimplement workflow cache
This commit is contained in:
parent
d1526a4054
commit
8744c9991e
1 changed files with 7 additions and 0 deletions
7
.github/workflows/conan-package.yml
vendored
7
.github/workflows/conan-package.yml
vendored
|
@ -75,6 +75,13 @@ jobs:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
|
- name: Cache Conan data
|
||||||
|
id: cache-conan
|
||||||
|
uses: actions/cache@v3
|
||||||
|
with:
|
||||||
|
path: ~/.conan
|
||||||
|
key: ${{ runner.os }}-conan
|
||||||
|
|
||||||
- name: Setup Python and pip
|
- name: Setup Python and pip
|
||||||
uses: actions/setup-python@v4
|
uses: actions/setup-python@v4
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue