CI: install libhwloc-dev

This commit is contained in:
Joakim Frostegård 2021-11-19 00:21:51 +01:00
parent 593a46452f
commit 44ad2167fb
2 changed files with 3 additions and 1 deletions

View file

@ -19,7 +19,7 @@ fi
ulimit -a
$SUDO apt-get update
$SUDO apt-get install -y cmake libssl-dev screen rtorrent mktorrent ssl-cert ca-certificates curl golang
$SUDO apt-get install -y cmake libssl-dev screen rtorrent mktorrent ssl-cert ca-certificates curl golang libhwloc-dev
git clone https://github.com/anacrolix/torrent.git gotorrent
cd gotorrent