Merge pull request #136 from mattrose/master

update apt repos before installing packages
This commit is contained in:
Matt Rose 2020-06-19 09:55:59 -04:00 committed by GitHub
commit 30d9cbd210
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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