diff options
Diffstat (limited to '.gitlab-ci')
-rw-r--r-- | .gitlab-ci/debian-install.sh | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/.gitlab-ci/debian-install.sh b/.gitlab-ci/debian-install.sh index 98399c1a942..67b2190a010 100644 --- a/.gitlab-ci/debian-install.sh +++ b/.gitlab-ci/debian-install.sh @@ -75,9 +75,7 @@ apt-get install -y \ make # for 64bit windows cross-builds -apt-get install -y \ - wine64 \ - mingw-w64 +apt-get install -y mingw-w64 # dependencies where we want a specific version export XORG_RELEASES=https://xorg.freedesktop.org/releases/individual |