Skip to content
Snippets Groups Projects
Commit bfca974b authored by Éloïs's avatar Éloïs
Browse files

ci: add dependencies cache for debug build

parent a998d76e
No related branches found
No related tags found
No related merge requests found
...@@ -48,6 +48,12 @@ build_debug: ...@@ -48,6 +48,12 @@ build_debug:
artifacts: artifacts:
paths: paths:
- build/ - build/
cache:
- key:
files:
- Cargo.lock
paths:
- target/debug
build_release: build_release:
extends: .env extends: .env
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment