Skip to content

Commit

Permalink
Update the ngrok v3 (#5465)
Browse files Browse the repository at this point in the history
  • Loading branch information
style95 authored Feb 24, 2024
1 parent aea3a88 commit 5529cc4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/github/debugAction.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ fi
echo "### Install ngrok ###"
if ! test -e ./ngrok
then
wget -q https://bin.equinox.io/c/4VmDzA7iaHb/ngrok-stable-linux-386.zip
unzip ngrok-stable-linux-386.zip
wget -q https://bin.equinox.io/c/bNyj1mQVY4c/ngrok-v3-stable-linux-386.tgz
tar xvf ngrok-v3-stable-linux-386.tgz
chmod +x ./ngrok
fi

Expand Down

0 comments on commit 5529cc4

Please sign in to comment.