Update .gitlab-ci.yml
This commit is contained in:
@@ -6,10 +6,14 @@ image: "rust:latest"
|
||||
#- apt-get update -yqq
|
||||
#- apt-get install -yqq mingw-w64
|
||||
|
||||
|
||||
variables:
|
||||
CARGO_HOME: $CI_PROJECT_DIR/cargo
|
||||
|
||||
cache:
|
||||
key: all
|
||||
paths:
|
||||
- .cargo/
|
||||
- cargo/
|
||||
- target/
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user