Add apt-get update to CI, quiet apt-get output

This commit is contained in:
Ilan Cosman 2020-07-25 18:50:53 -07:00
parent 5fe7644620
commit 4bc07111ef

View File

@ -17,7 +17,7 @@ jobs:
- name: Install dependencies
shell: bash
run: >
sudo apt-get install --yes
sudo apt-get update -qq && sudo apt-get install -qq --yes
fish git
curl
python3 python3-venv