Skip to content

Commit

Permalink
(fix): test CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Raid Ateir committed Oct 23, 2024
1 parent 93f461e commit e246b1f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci-core-reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,6 @@ jobs:
submodules: "recursive"
fetch-depth: 0

- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install -y lsof
- name: Setup environment
run: |
echo ZKSYNC_HOME=$(pwd) >> $GITHUB_ENV
Expand All @@ -37,6 +32,11 @@ jobs:
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
run: |
Expand Down

0 comments on commit e246b1f

Please sign in to comment.