Merge pull request #136 from mattrose/master
update apt repos before installing packages
This commit is contained in:
commit
30d9cbd210
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue