diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cb11ffc..13b7fed 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,9 +2,9 @@ image: "rustlang/rust:nightly-buster" # 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. -#before_script: -#- apt-get update -yqq -#- apt-get install -yqq mingw-w64 +before_script: +- apt-get update -yqq +- apt-get install -yqq mingw-w64 coz-profiler variables: