Skip to content

Commit

Permalink
fix kevm install
Browse files Browse the repository at this point in the history
  • Loading branch information
aazhou1 committed Nov 15, 2024
1 parent 6c67f8c commit 0a9a877
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,15 @@ jobs:
echo "Building KEVM..."
cd evm
export PATH=$PATH:$(pwd)/bin
echo "Listing KEVM directory contents..."
if [ -f Makefile ]; then
make help || make -pRrq : 2>/dev/null | grep -E '^[a-zA-Z_-]+:'
else
echo "No Makefile found in the evm directory."
exit 1
fi
make deps
make build
Expand Down

0 comments on commit 0a9a877

Please sign in to comment.