mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 17:55:36 +00:00
CI: use node 16, use latest webtorrent-hybrid
This commit is contained in:
parent
015f31b8cc
commit
aae274156e
1 changed files with 2 additions and 6 deletions
8
.github/actions/test-transfer/entrypoint.sh
vendored
8
.github/actions/test-transfer/entrypoint.sh
vendored
|
|
@ -30,7 +30,7 @@ go build -o $HOME/gotorrent ./cmd/torrent
|
||||||
cd ..
|
cd ..
|
||||||
file $HOME/gotorrent
|
file $HOME/gotorrent
|
||||||
|
|
||||||
$SUDO curl -sL https://deb.nodesource.com/setup_15.x | bash -
|
$SUDO curl -sL https://deb.nodesource.com/setup_16.x | bash -
|
||||||
$SUDO apt-get install nodejs -y
|
$SUDO apt-get install nodejs -y
|
||||||
|
|
||||||
rtorrent -h
|
rtorrent -h
|
||||||
|
|
@ -118,11 +118,7 @@ cp -r torrents torrents-leech
|
||||||
|
|
||||||
# Setup wss seeding client
|
# Setup wss seeding client
|
||||||
|
|
||||||
# Seems to fix webtorrent-hybrid install error.
|
npm install webtorrent-hybrid
|
||||||
# Will likely be fixed in later versions of webtorrent-hybrid.
|
|
||||||
npm install @mapbox/node-pre-gyp
|
|
||||||
|
|
||||||
npm install webtorrent-hybrid@4.0.3
|
|
||||||
|
|
||||||
echo "
|
echo "
|
||||||
// Start webtorrent seeder from data file, create torrent, write it to file,
|
// Start webtorrent seeder from data file, create torrent, write it to file,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue