update before apt install to fix CI

This commit is contained in:
Damien Elmes 2020-02-05 17:47:16 +10:00
parent 895db35859
commit 5827535a65

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=""