mirror of
https://gitlab.com/signald/libraries/libsignal-client.git
synced 2024-12-04 19:46:37 +00:00
attempt to cache cargo downloads, unclear if it will work
This commit is contained in:
parent
ee4b4b99bb
commit
5c94be75b0
1 changed files with 3 additions and 0 deletions
|
@ -56,6 +56,9 @@ compile:
|
||||||
CC_LD: lld-13
|
CC_LD: lld-13
|
||||||
CXX_LD: lld-13
|
CXX_LD: lld-13
|
||||||
LD: lld-13
|
LD: lld-13
|
||||||
|
cache:
|
||||||
|
- key:
|
||||||
|
paths: /root/.cargo
|
||||||
|
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
|
|
Loading…
Reference in a new issue