Skip to content

Commit

Permalink
Update x86_64.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yjcn authored Jan 28, 2020
1 parent ba47943 commit 149a2ae
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/x86_64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@ jobs:
steps:
- name: test
run: |
apt-get update
apt-get install -y build-essential pkg-config automake libtool git zlib1g-dev
apt-get install -y libboost-dev libboost-system-dev libboost-chrono-dev libboost-random-dev libssl-dev libgeoip-dev
sudo apt-get update
sudo apt-get install -y build-essential pkg-config automake libtool git zlib1g-dev
sudo apt-get install -y libboost-dev libboost-system-dev libboost-chrono-dev libboost-random-dev libssl-dev libgeoip-dev
git clone https://github.com/arvidn/libtorrent.git
cd libtorrent
./autotool.sh
./configure --disable-debug --enable-encryption CXXFLAGS="-std=c++14"
make clean && make -j$(nproc)
make install
apt-get install -y qtbase5-dev qttools5-dev-tools libqt5svg5-dev
sudo make install
sudo apt-get install -y qtbase5-dev qttools5-dev-tools libqt5svg5-dev
cd ..
git clone https://github.com/qbittorrent/qBittorrent
cd qBittorrent
Expand Down

0 comments on commit 149a2ae

Please sign in to comment.