Actually save the registry cache
This commit is contained in:
parent
4bf369c48b
commit
b3f4a52185
|
|
@ -38,7 +38,7 @@ job: &JOB
|
||||||
- run: ./test/add_target.sh
|
- run: ./test/add_target.sh
|
||||||
- <<: *RESTORE_REGISTRY
|
- <<: *RESTORE_REGISTRY
|
||||||
- run: cargo generate-lockfile
|
- run: cargo generate-lockfile
|
||||||
- <<: *RESTORE_REGISTRY
|
- <<: *SAVE_REGISTRY
|
||||||
- run: echo "${LIBRARY}-${VERSION}-${TARGET}" > ~/lib_key
|
- run: echo "${LIBRARY}-${VERSION}-${TARGET}" > ~/lib_key
|
||||||
- <<: *RESTORE_OPENSSL
|
- <<: *RESTORE_OPENSSL
|
||||||
- run: ./test/build_openssl.sh
|
- run: ./test/build_openssl.sh
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue