Update .gitlab-ci.yml
This commit is contained in:
parent
cde84479b2
commit
3ebfa35fa3
|
@ -2,9 +2,9 @@ image: "rustlang/rust:nightly-buster"
|
||||||
|
|
||||||
# Optional: Install a C compiler, cmake and git into the container.
|
# Optional: Install a C compiler, cmake and git into the container.
|
||||||
# You will often need this when you (or any of your dependencies) depends on C code.
|
# You will often need this when you (or any of your dependencies) depends on C code.
|
||||||
#before_script:
|
before_script:
|
||||||
#- apt-get update -yqq
|
- apt-get update -yqq
|
||||||
#- apt-get install -yqq mingw-w64
|
- apt-get install -yqq mingw-w64 coz-profiler
|
||||||
|
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
|
|
Loading…
Reference in New Issue