We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent feb2292 commit 171c128Copy full SHA for 171c128
.github/workflows/grid-client-integration.yml
@@ -37,7 +37,7 @@ jobs:
37
sudo apt-get install -y wireguard
38
sudo apt-get install dirmngr
39
sudo apt-get install curl
40
- wget https://github.com/threefoldtech/mycelium/releases/download/v0.5.4/mycelium-x86_64-unknown-linux-musl.tar.gz
+ wget https://github.com/threefoldtech/mycelium/releases/download/v0.5.7/mycelium-private-x86_64-unknown-linux-musl.tar.gz
41
tar xzf mycelium-x86_64-unknown-linux-musl.tar.gz
42
sudo ./mycelium --peers tcp://188.40.132.242:9651 quic://185.69.166.8:9651 --tun-name utun9 -k /tmp/mycelium_priv_key.bin &
43
0 commit comments