Skip to content

Commit

Permalink
Fix forge-zksync fersion for CI tests and coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
byshape committed Aug 9, 2024
1 parent 87decec commit 9ae13bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- uses: actions/checkout@v4
with:
repository: matter-labs/foundry-zksync
ref: 'dev'
ref: '${{ vars.FOUNDRY_ZKSYNC_COMMIT }}'
path: 'foundry-zksync'

- name: Install Foundry for zksync
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
- uses: actions/checkout@v4
with:
repository: matter-labs/foundry-zksync
ref: 'dev'
ref: '${{ vars.FOUNDRY_ZKSYNC_COMMIT }}'
path: 'foundry-zksync'

- name: Install Foundry for zksync
Expand Down

0 comments on commit 9ae13bc

Please sign in to comment.