mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 06:39:04 +08:00
Reimplement workflow cache
This commit is contained in:
parent
8744c9991e
commit
cdbf52214b
7
.github/workflows/update-translation.yml
vendored
7
.github/workflows/update-translation.yml
vendored
@ -27,6 +27,13 @@ jobs:
|
||||
- name: Checkout
|
||||
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
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
|
Loading…
x
Reference in New Issue
Block a user