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.
2 parents 171c128 + 89b74f1 commit b9f88b5Copy full SHA for b9f88b5
.github/workflows/grid-client-integration.yml
@@ -38,7 +38,7 @@ jobs:
38
sudo apt-get install dirmngr
39
sudo apt-get install curl
40
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
+ tar xzf mycelium-private-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
44
- name: Test
0 commit comments