Skip to content

Commit

Permalink
fix: install foundryzksync-up in /tmp to prevent conflict with source…
Browse files Browse the repository at this point in the history
… directory (#573)

install foundryzksync-up in /tmp to prevent conflict with source directory
  • Loading branch information
nbaztec committed Sep 13, 2024
1 parent 62418bb commit b6f29ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ jobs:
- uses: actions/checkout@v4
- name: Install foundry-zksync
run: |
curl -L https://raw.githubusercontent.com/matter-labs/foundry-zksync/main/install-foundry-zksync | bash
cd /tmp && 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 b6f29ca

Please sign in to comment.