Skip to content

Commit b9f88b5

Browse files
authored
Merge pull request #1264 from threefoldtech/development_mycelium57workflowfix
fix: use the correct mycelium tar.gz filename
2 parents 171c128 + 89b74f1 commit b9f88b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/grid-client-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
sudo apt-get install dirmngr
3939
sudo apt-get install curl
4040
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
41+
tar xzf mycelium-private-x86_64-unknown-linux-musl.tar.gz
4242
sudo ./mycelium --peers tcp://188.40.132.242:9651 quic://185.69.166.8:9651 --tun-name utun9 -k /tmp/mycelium_priv_key.bin &
4343
4444
- name: Test

0 commit comments

Comments
 (0)