Use sudo for apt-get

This commit is contained in:
Adrián Chaves 2020-12-21 14:41:02 +01:00
parent 798a818caf
commit 1c1255a75d
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ matrix:
python: 3.8
dist: bionic
install:
- apt-get -y remove libssl-dev
- sudo apt-get -y remove libssl-dev
- |
if [[ ! -z "$PYPY_VERSION" ]]; then
export PYPY_VERSION="pypy$PYPY_VERSION-linux64"