Skip to content

Commit

Permalink
CI: ubuntu-build: Fix 404s on apt install
Browse files Browse the repository at this point in the history
  • Loading branch information
native-api committed Mar 2, 2023
1 parent bcbdadf commit e8a4b54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu_build.yml
Expand Up @@ -24,7 +24,7 @@ jobs:
# python-version: ${{ matrix.python-version }}
# ... but in the repo, we want to test pyenv builds on Ubuntu
- run: |
sudo apt-get install -yq make build-essential libssl-dev zlib1g-dev \
sudo apt-get update -q; sudo apt install -yq make build-essential libssl-dev zlib1g-dev \
libbz2-dev libreadline-dev libsqlite3-dev curl \
libncursesw5-dev xz-utils tk-dev libxml2-dev libxmlsec1-dev libffi-dev liblzma-dev
# https://github.com/pyenv/pyenv#installation
Expand Down

0 comments on commit e8a4b54

Please sign in to comment.