mirror of
https://github.com/boostorg/beast.git
synced 2025-07-30 12:57:31 +02:00
@ -35,6 +35,6 @@ fi
|
||||
|
||||
if [ "$MAJOR_VERSION" -gt "18" ]; then
|
||||
sudo -E apt-get -o Acquire::Retries=3 -y install python3 python3-pip
|
||||
ln -s /usr/bin/python3 /usr/bin/python
|
||||
ln -s /usr/bin/pip3 /usr/bin/pip
|
||||
ln -s /usr/bin/python3 /usr/bin/python || true
|
||||
ln -s /usr/bin/pip3 /usr/bin/pip || true
|
||||
fi
|
||||
|
@ -1,3 +1,4 @@
|
||||
* Fix Drone CI script.
|
||||
* Add example of reading large response body.
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user