CI/Xenial: Call apt-get update before installing packages

Fixes "E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?" errors
This commit is contained in:
Peter Keresztes Schmidt 2021-04-19 00:56:23 +02:00
parent 8d883ee7bf
commit fd79f3d760
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ jobs:
with:
submodules: recursive
- name: Install dependencies
run: sudo apt-get install libavdevice-dev libcurl4-gnutls-dev libvlc-dev libvncserver-dev libdate-manip-perl libdbd-mysql-perl libsys-mmap-perl libpolkit-gobject-1-dev
run: sudo apt-get update && sudo apt-get install libavdevice-dev libcurl4-gnutls-dev libvlc-dev libvncserver-dev libdate-manip-perl libdbd-mysql-perl libsys-mmap-perl libpolkit-gobject-1-dev
- name: Prepare
run: mkdir build
- name: Configure