mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 17:55:36 +00:00
CI: install node-pre-gyp again..
This commit is contained in:
parent
aae274156e
commit
28d37721b7
1 changed files with 5 additions and 1 deletions
6
.github/actions/test-transfer/entrypoint.sh
vendored
6
.github/actions/test-transfer/entrypoint.sh
vendored
|
|
@ -118,7 +118,11 @@ cp -r torrents torrents-leech
|
|||
|
||||
# Setup wss seeding client
|
||||
|
||||
npm install webtorrent-hybrid
|
||||
# Seems to fix webtorrent-hybrid install error.
|
||||
# Will likely be fixed in later versions of webtorrent-hybrid.
|
||||
npm install @mapbox/node-pre-gyp
|
||||
|
||||
npm install webtorrent-hybrid@4.0.3
|
||||
|
||||
echo "
|
||||
// Start webtorrent seeder from data file, create torrent, write it to file,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue