ci/travis: stop installing mingw-w64 packages manually

As we are now on 20.04, these packages are now available in the
repositories. Additionally, they don't need to be separately pulled
in, as gcc-mingw-w64 already does that.
This commit is contained in:
Jan Ekström 2020-10-16 00:43:28 +03:00 committed by sfan5
parent 9121e8f513
commit 925d6e1205
1 changed files with 0 additions and 4 deletions

View File

@ -27,10 +27,6 @@ _mingwbase:
- 'gcc-multilib'
- 'nasm'
- 'yasm'
before_install: |
# upgrade MinGW CRT to the one from Ubuntu 20.04 (required for D3D11):
wget "http://archive.ubuntu.com/ubuntu/pool/universe/m/mingw-w64/"mingw-w64-{common,i686-dev,x86-64-dev}_7.0.0-2_all.deb
sudo apt-get install -y ./mingw-w64-*.deb
cache:
directories:
- mingw_prefix/