mirror of https://github.com/scrapy/scrapy.git
Use sudo for apt-get
This commit is contained in:
parent
798a818caf
commit
1c1255a75d
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue