Skip to content

Commit 4d85e9c

Browse files
committed
update mycelium
1 parent b166289 commit 4d85e9c

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/terratest.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
sudo apt-get install -y wireguard
4343
sudo apt-get install dirmngr
4444
sudo apt-get install curl
45-
wget https://github.com/threefoldtech/mycelium/releases/download/v0.5.7/mycelium-x86_64-unknown-linux-musl.tar.gz
45+
wget https://github.com/threefoldtech/mycelium/releases/download/v0.6.2/mycelium-x86_64-unknown-linux-musl.tar.gz
4646
tar xzf mycelium-x86_64-unknown-linux-musl.tar.gz
4747
sudo ./mycelium --peers tcp://188.40.132.242:9651 quic://185.69.166.8:9651 --tun-name utun9 -k /tmp/mycelium_priv_key.bin &
4848
- uses: actions/checkout@v4
@@ -94,7 +94,7 @@ jobs:
9494
sudo apt-get install -y wireguard
9595
sudo apt-get install dirmngr
9696
sudo apt-get install curl
97-
wget https://github.com/threefoldtech/mycelium/releases/download/v0.5.7/mycelium-x86_64-unknown-linux-musl.tar.gz
97+
wget https://github.com/threefoldtech/mycelium/releases/download/v0.6.2/mycelium-x86_64-unknown-linux-musl.tar.gz
9898
tar xzf mycelium-x86_64-unknown-linux-musl.tar.gz
9999
sudo ./mycelium --peers tcp://188.40.132.242:9651 quic://185.69.166.8:9651 --tun-name utun9 -k /tmp/mycelium_priv_key.bin &
100100
- uses: actions/checkout@v4
@@ -146,7 +146,7 @@ jobs:
146146
sudo apt-get install -y wireguard
147147
sudo apt-get install dirmngr
148148
sudo apt-get install curl
149-
wget https://github.com/threefoldtech/mycelium/releases/download/v0.5.7/mycelium-x86_64-unknown-linux-musl.tar.gz
149+
wget https://github.com/threefoldtech/mycelium/releases/download/v0.6.2/mycelium-x86_64-unknown-linux-musl.tar.gz
150150
tar xzf mycelium-x86_64-unknown-linux-musl.tar.gz
151151
sudo ./mycelium --peers tcp://188.40.132.242:9651 quic://185.69.166.8:9651 --tun-name utun9 -k /tmp/mycelium_priv_key.bin &
152152
- uses: actions/checkout@v4
@@ -198,7 +198,7 @@ jobs:
198198
sudo apt-get install -y wireguard
199199
sudo apt-get install dirmngr
200200
sudo apt-get install curl
201-
wget https://github.com/threefoldtech/mycelium/releases/download/v0.5.7/mycelium-x86_64-unknown-linux-musl.tar.gz
201+
wget https://github.com/threefoldtech/mycelium/releases/download/v0.6.2/mycelium-x86_64-unknown-linux-musl.tar.gz
202202
tar xzf mycelium-x86_64-unknown-linux-musl.tar.gz
203203
sudo ./mycelium --peers tcp://188.40.132.242:9651 quic://185.69.166.8:9651 --tun-name utun9 -k /tmp/mycelium_priv_key.bin &
204204
- uses: actions/checkout@v4

.github/workflows/test_modules.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
sudo apt-get install -y wireguard
3030
sudo apt-get install dirmngr
3131
sudo apt-get install curl
32-
wget https://github.com/threefoldtech/mycelium/releases/download/v0.5.7/mycelium-x86_64-unknown-linux-musl.tar.gz
32+
wget https://github.com/threefoldtech/mycelium/releases/download/v0.6.2/mycelium-x86_64-unknown-linux-musl.tar.gz
3333
tar xzf mycelium-x86_64-unknown-linux-musl.tar.gz
3434
sudo ./mycelium --peers tcp://188.40.132.242:9651 quic://185.69.166.8:9651 --tun-name utun9 -k /tmp/mycelium_priv_key.bin &
3535
- uses: actions/[email protected]

.github/workflows/test_solutions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
sudo apt-get install -y wireguard
3030
sudo apt-get install dirmngr
3131
sudo apt-get install curl
32-
wget https://github.com/threefoldtech/mycelium/releases/download/v0.5.7/mycelium-x86_64-unknown-linux-musl.tar.gz
32+
wget https://github.com/threefoldtech/mycelium/releases/download/v0.6.2/mycelium-x86_64-unknown-linux-musl.tar.gz
3333
tar xzf mycelium-x86_64-unknown-linux-musl.tar.gz
3434
sudo ./mycelium --peers tcp://188.40.132.242:9651 quic://185.69.166.8:9651 --tun-name utun9 -k /tmp/mycelium_priv_key.bin &
3535

0 commit comments

Comments
 (0)