Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
elfedy committed Dec 12, 2024
1 parent e899df9 commit c59f554
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions foundryup-zksync/foundryup-zksync
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,9 @@ EOF
if [ "$PLATFORM" = "linux" ] || [ "$PLATFORM" = "darwin" ]; then
ANVIL_REPO="matter-labs/anvil-zksync"

RES=$(curl -s https://api.github.com/repos/$ANVIL_REPO/releases/latest)
echo $RES

ANVIL_TAG=$(curl -s https://api.github.com/repos/$ANVIL_REPO/releases/latest | sed -n 's/.*"tag_name": "\([^"]*\)".*/\1/p')

if [ -z "$ANVIL_TAG" ]; then
Expand Down

0 comments on commit c59f554

Please sign in to comment.