Update .gitlab-ci.yml

This commit is contained in:
Daniel Løvbrøtte Olsen 2021-05-16 17:42:51 +00:00
parent cde84479b2
commit 3ebfa35fa3
1 changed files with 3 additions and 3 deletions

View File

@ -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: