From 28d37721b7f5f9e74523f8647227eb2259a629a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Frosteg=C3=A5rd?= Date: Mon, 16 Aug 2021 20:56:06 +0200 Subject: [PATCH] CI: install node-pre-gyp again.. --- .github/actions/test-transfer/entrypoint.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/actions/test-transfer/entrypoint.sh b/.github/actions/test-transfer/entrypoint.sh index 0a2d7a3..0f034f6 100755 --- a/.github/actions/test-transfer/entrypoint.sh +++ b/.github/actions/test-transfer/entrypoint.sh @@ -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,