update apt repos before installing packages
This commit is contained in:
parent
8c1f96d1f3
commit
caec369b60
|
@ -26,6 +26,9 @@ jobs:
|
||||||
with:
|
with:
|
||||||
python-version: ${{ matrix.python }}
|
python-version: ${{ matrix.python }}
|
||||||
|
|
||||||
|
- name: Update apt repositories
|
||||||
|
run: sudo apt-get update
|
||||||
|
|
||||||
- name: Install native dependencies
|
- name: Install native dependencies
|
||||||
run: >
|
run: >
|
||||||
sudo apt-get install -y --no-install-recommends
|
sudo apt-get install -y --no-install-recommends
|
||||||
|
|
Loading…
Reference in New Issue