Skip to content

Commit

Permalink
remove debug statement
Browse files Browse the repository at this point in the history
  • Loading branch information
elfedy committed Dec 12, 2024
1 parent 7c614b5 commit cefedd2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,8 +160,7 @@ jobs:
strategy:
fail-fast: false
matrix:
#os: [ubuntu-22.04, macos-latest]
os: [macos-14, ubuntu-22.04]
os: [ubuntu-22.04, macos-14]
max-parallel: 1
runs-on: ${{ matrix.os }}
steps:
Expand Down
3 changes: 0 additions & 3 deletions foundryup-zksync/foundryup-zksync
Original file line number Diff line number Diff line change
Expand Up @@ -216,9 +216,6 @@ 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 cefedd2

Please sign in to comment.