diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-08-23 12:16:37 +0200 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-08-23 12:16:37 +0200 |
| commit | 435a91414f30103cdb4cfea140d6afb4a5d42779 (patch) | |
| tree | 7e11a0e31c21de79bbbf2a78b685835b9c3e1d92 | |
| parent | 0b7cbe9204c601df3f441c430d13822c67addbc5 (diff) | |
| download | Ishtar-435a91414f30103cdb4cfea140d6afb4a5d42779.tar.bz2 Ishtar-435a91414f30103cdb4cfea140d6afb4a5d42779.zip | |
CI: add missing dependency for building package
| -rw-r--r-- | .gitlab-ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fe6c7c098..73ae21f0c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -25,6 +25,7 @@ stable: debian: script: + - apt-get install -q -y build-essential - make deb only: - wheezy |
