Skip to content

Commit 6d3d7d4

Browse files
committed
Fixing CI file
1 parent 2a98a51 commit 6d3d7d4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitlab-ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
before_script:
22
- export DISTRO_CODENAME=`lsb_release -cs` && echo Using distro $DISTRO_CODENAME
33
- export ARCH_NAME=`uname -m` && echo Running on architecture $ARCH_NAME
4+
- export DEBIAN_FRONTEND=noninteractive
45
- apt-get update -yq && apt-get install -y lintian git
56
- if [ "$ARCH_NAME" = "x86_64" -a "$DISTRO_CODENAME" = "focal" ]; then apt-get install -y libwxgtk3.0-gtk3-dev; else apt-get install -y libwxgtk3.0-dev; fi
67

0 commit comments

Comments
 (0)