update apt repos before installing packages

This commit is contained in:
Matt Rose 2020-06-19 09:50:59 -04:00
parent 8c1f96d1f3
commit caec369b60
1 changed files with 3 additions and 0 deletions

View File

@ -26,6 +26,9 @@ jobs:
with:
python-version: ${{ matrix.python }}
- name: Update apt repositories
run: sudo apt-get update
- name: Install native dependencies
run: >
sudo apt-get install -y --no-install-recommends