Update packages on CI before installing

This commit is contained in:
Raphaël Zumer 2019-12-12 15:44:11 -05:00
parent d2e7519763
commit 469ff2d932
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 apt-get update \
&& sudo apt-get install gtk+-3.0 libcurl4-gnutls-dev libpcap0.8-dev libsdl2-dev
- name: Create build environment
run: mkdir ${{runner.workspace}}/build