We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Originally posted by freevryheid December 19, 2022 not sure if the fpm sources can be updated to pull submodules by default for git dependencies.
When cloning from the cli I'd use:
git clone --recurse-submodules [email protected]:freevryheid/fwalk.git
but fpm doesn't appear to "clone" so perhaps add a step:
git submodule update --init --recursive
The text was updated successfully, but these errors were encountered:
see PR #816
Sorry, something went wrong.
No branches or pull requests
Discussed in #813
Originally posted by freevryheid December 19, 2022
not sure if the fpm sources can be updated to pull submodules by default for git dependencies.
When cloning from the cli I'd use:
but fpm doesn't appear to "clone" so perhaps add a step:
The text was updated successfully, but these errors were encountered: