smartcontractkit / ccip

Cross Chain Interoperability Protocol
Other
119 stars 47 forks source link

[DEVEL] Error encountered while trying to install `smartcontractkit/ccip@b06a3c2eecb9892ec6f76a015624413fffa1a122` using forge #1344

Open 0xScratch opened 1 month ago

0xScratch commented 1 month ago

Was going through day 2 of this bootcamp and on arriving at the Exercise 3, found that there are some issues with the installation of @chainlink/contracts-ccip using forge command -> forge install smartcontractkit/ccip@b06a3c2eecb9892ec6f76a015624413fffa1a122 which was provided here.

As I run that command, there's an error visible at the end (displayed in the screenshot added). It kind of points out to the invalid path: .github/actions/setup-create-base64-upgrade-config /action.yml. If we see clearly, there's indeed a gap in config /action.yml that is probably creating the errors.

Thanks!

Screenshot (130)

0xScratch commented 1 month ago

I noticed that the issue could also be due to the non-availability of this particular commit on this repo -> https://github.com/smartcontractkit/ccip/tree/b06a3c2eecb9892ec6f76a015624413fffa1a122

Not sure whether to close this issue as there might be others in the boot camp who could get stuck on this issue, for the time being, it's advised to use the command forge install smartcontractkit/ccip