matter-labs / foundry-zksync

Fork of Foundry tailored for zkSync environment
Apache License 2.0
291 stars 125 forks source link

fix: install foundryzksync-up in /tmp to prevent conflict with source directory #573

Closed nbaztec closed 2 weeks ago

nbaztec commented 2 weeks ago

Motivation

CI breaks currently as foundryzksync-up tries to install the script within the checked out source which already has a directory by that name.

Solution

Perform the install operation in /tmp directory.