mirror of
https://github.com/Balshgit/gpt_chat_bot.git
synced 2025-12-16 21:20:39 +03:00
update poetry.lock (#83)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user