Skip to content

Commit

Permalink
Merge pull request #1264 from threefoldtech/development_mycelium57wor…
Browse files Browse the repository at this point in the history
…kflowfix

fix: use the correct mycelium tar.gz filename
  • Loading branch information
xmonader authored Nov 14, 2024
2 parents 07ceed0 + 5cf189a commit 22c5317
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/grid-client-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
sudo apt-get install dirmngr
sudo apt-get install curl
wget https://github.com/threefoldtech/mycelium/releases/download/v0.5.7/mycelium-private-x86_64-unknown-linux-musl.tar.gz
tar xzf mycelium-x86_64-unknown-linux-musl.tar.gz
tar xzf mycelium-private-x86_64-unknown-linux-musl.tar.gz
sudo ./mycelium --peers tcp://188.40.132.242:9651 quic://185.69.166.8:9651 --tun-name utun9 -k /tmp/mycelium_priv_key.bin &
- name: Test
Expand Down

0 comments on commit 22c5317

Please sign in to comment.