Skip to content

Commit

Permalink
πŸ› FIX: apt-get update before install
Browse files Browse the repository at this point in the history
  • Loading branch information
ianagbip1oti authored Jun 12, 2020
1 parent 6e6b714 commit d7317e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
- uses: actions/checkout@v2
- name: Install pyenv dependencies
run: >
sudo apt-get update &&
sudo apt-get install -y build-essential libssl-dev zlib1g-dev libbz2-dev
libreadline-dev libsqlite3-dev wget curl llvm libncurses5-dev libncursesw5-dev
xz-utils tk-dev libffi-dev liblzma-dev python-openssl git
Expand Down

0 comments on commit d7317e5

Please sign in to comment.