update poetry.lock (#83)

This commit is contained in:
Dmitry Afanasyev
2024-01-13 23:56:16 +03:00
committed by GitHub
parent bba21b4925
commit be868a3f5d
4 changed files with 55 additions and 57 deletions

View File

@@ -22,11 +22,9 @@ jobs:
wget https://github.com/lwthiker/curl-impersonate/releases/download/v0.5.4/libcurl-impersonate-v0.5.4.x86_64-linux-gnu.tar.gz
sudo mv libcurl-impersonate-v0.5.4.x86_64-linux-gnu.tar.gz /usr/lib64
cd /usr/lib64
sudo tar -xvf libcurl-impersonate-v0.5.4.x86_64-linux-gnu.tar.gz
sudo tar -xvf libcurl-impersonate-v0.6.0-alpha.1.x86_64-linux-gnu.tar.gz
cd -
wget https://github.com/xmake-io/xmake/releases/download/v2.8.2/xmake-v2.8.2.xz.run
chmod 777 xmake-v2.8.2.xz.run
./xmake-v2.8.2.xz.run > a.txt
curl -kfsSL https://xmake.io/shget.text | bash -s v2.8.6
- name: checkout
uses: actions/checkout@v3

View File

@@ -33,7 +33,7 @@ To run the application, run the following command:
1. Check local g++ version, need g++ version >= gcc version 13.1.0 (GCC)
2. install xmake
curl -kfsSL https://xmake.io/shget.text | bash -s v2.8.3
curl -kfsSL https://xmake.io/shget.text | bash -s v2.8.6
source ~/.xmake/profile
3. install libcurl-impersonate, ubuntu (apt-get install libcurl4-openssl-dev) centos7 (yum install libcurl-devel.x86_64)