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