Skip to content
Snippets Groups Projects
Commit 2ae40016 authored by Andreas Romeyke's avatar Andreas Romeyke
Browse files

- fixed dependencies

parent bd060874
Branches
No related tags found
No related merge requests found
...@@ -6,7 +6,7 @@ variables: ...@@ -6,7 +6,7 @@ variables:
before_script: before_script:
- if [[ -d $EXTDPKG ]]; then cp -r $EXTDPKG/* /var/cache/apt/; fi - if [[ -d $EXTDPKG ]]; then cp -r $EXTDPKG/* /var/cache/apt/; fi
- apt update - apt update
- apt install -y libxml2-utils - apt install -y libxml2-utils help2man man gzip make dpkg p7zip tar dh_make
cache: cache:
paths: paths:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment