Skip to content

Commit

Permalink
(fix): wrong place for install of lsof
Browse files Browse the repository at this point in the history
  • Loading branch information
Raid Ateir committed Oct 23, 2024
1 parent e246b1f commit b0c0cf4
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/ci-core-reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,6 @@ jobs:
echo "SCCACHE_GCS_SERVICE_ACCOUNT=gha-ci-runners@matterlabs-infra.iam.gserviceaccount.com" >> .env
echo "SCCACHE_GCS_RW_MODE=READ_WRITE" >> .env
echo "RUSTC_WRAPPER=sccache" >> .env
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install -y lsof
# TODO: Remove when we after upgrade of hardhat-plugins
- name: pre-download compilers
Expand Down Expand Up @@ -167,6 +162,10 @@ jobs:
submodules: "recursive"
fetch-depth: 0

- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install -y lsof
- name: Setup environment
run: |
Expand Down

0 comments on commit b0c0cf4

Please sign in to comment.