Issue with Dependency Management in CI/CD Using Soldeer and Forge #9306
-
I'm encountering an issue with dependency management in my CI/CD pipeline while using Soldeer to manage dependencies in a Foundry project. The problem occurs when running forge install during the CI/CD process on GitHub Actions, where it throws an error:
Here's the relevant portion of my GitHub Actions config: `name: CI on: env: jobs:
` It seems like the pipeline is unable to recognize or fetch the dependencies as expected when Soldeer is used. Has anyone encountered this specific error, and if so, how did you resolve it? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @alvinyusuf, currently we require
|
Beta Was this translation helpful? Give feedback.
Hi @alvinyusuf, currently we require
forge soldeer install
to be ran when you interact with a Foundry project that uses Soldeer. This is incompatible withforge install
. To fix this you should update you CI file with