Skip to content

Commit

Permalink
update apt repos before installing packages
Browse files Browse the repository at this point in the history
  • Loading branch information
mattrose committed Jun 19, 2020
1 parent 8c1f96d commit caec369
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit caec369

Please sign in to comment.