Fix Ubuntu CI when Microsoft breaks repositories

This commit is contained in:
Raphaël Zumer 2019-12-13 09:18:36 -05:00
parent 331c3c3b86
commit 86ae2e02d0
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ jobs:
run: | # Fetch a new version of CMake, because the default is too old.
wget -nv https://github.com/Kitware/CMake/releases/download/v$CMAKE_VERSION/cmake-$CMAKE_VERSION-Linux-x86_64.tar.gz \
&& tar -zxf cmake-$CMAKE_VERSION-Linux-x86_64.tar.gz \
&& sudo rm -f /etc/apt/sources.list.d/dotnetdev.list /etc/apt/sources.list.d/microsoft-prod.list \
&& sudo apt-get update \
&& sudo apt-get install gtk+-3.0 libcurl4-gnutls-dev libpcap0.8-dev libsdl2-dev
- name: Create build environment