update before apt install to fix CI

This commit is contained in:
Damien Elmes 2020-02-05 17:47:16 +10:00
parent ddf122dfdd
commit 7ab33d6d3d

View file

@ -20,5 +20,5 @@ jobs:
- name: Run checks
run: |
# add requirements
sudo apt install portaudio19-dev gettext rename
sudo apt update; sudo apt install portaudio19-dev gettext rename
make check build BUILDFLAGS=""