Skip to content

Commit

Permalink
fix: update install ci test
Browse files Browse the repository at this point in the history
  • Loading branch information
dutterbutter committed Sep 10, 2024
1 parent b27f38b commit f2b40f2
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: install foundry-zksync
run: ./install-foundry-zksync
- name: verify
- name: Install foundry-zksync
run: |
curl -L https://raw.githubusercontent.com/matter-labs/foundry-zksync/main/install-foundry-zksync | bash
- name: Verify installation
run: forge --version

0 comments on commit f2b40f2

Please sign in to comment.