circlefin / stablecoin-evm

Source repository for smart contracts used by Circle's stablecoins on EVM-compatible blockchains
Apache License 2.0
545 stars 331 forks source link

fix invalid FOUNDRY_VERSION in setup.sh #447

Open gzliudan opened 5 months ago

gzliudan commented 5 months ago

Summary

This PR replace the invalid FOUNDRY_VERSION in the file setup.sh to fix the below error:

gzip: stdin: not in gzip format
tar: Child returned status 1
tar: Error is not recoverable: exiting now
foundryup: command failed: tar -xzC /home/me/.foundry/bin

Detail

When I run yarn after cloned this repository, I encountered the following error:

1712829143636

The root cause is that nightly-2cf84d9f3ba7b6f4a9296299e7036ecc24cfa1da is an invalid version in the file setup.sh. I updated it with Nightly (2024-04-02). According to my test, Nightly (2024-04-12) and Nightly (2024-04-10) has other bug.

Testing

Documentation


Requested Reviewers: @mention