Skip to content

Commit

Permalink
fix: lsof
Browse files Browse the repository at this point in the history
  • Loading branch information
sattvikc committed Nov 20, 2024
1 parent fa3210b commit 499bf23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config_continue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
type: string
steps:
- checkout
- run: apt update && apt install -y jq
- run: apt update && apt install -y jq lsof
- run: echo "127.0.0.1 localhost.org" >> /etc/hosts
- run: (cd .circleci/ && ./installJava.sh)
- run: make dev-install
Expand All @@ -41,7 +41,7 @@ jobs:
type: string
steps:
- checkout
- run: apt update && apt install -y jq
- run: apt update && apt install -y jq lsof
- run: (cd .circleci/ && ./installJava.sh)
- run: (cd .circleci/ && ./installNode.sh 20)
- run: echo "127.0.0.1 localhost.org" >> /etc/hosts
Expand Down

0 comments on commit 499bf23

Please sign in to comment.