Problems building develop branch on Fedora 36 #307
Answered
by
mominul
mike-fabian
asked this question in
Q&A
-
I an build the master branch just fine on Fedora 36 following the instructions in https://github.com/OpenBangla/OpenBangla-Keyboard/blob/master/README.adoc But when I try to do that same with the development branch, it fails.
What could be the problem? |
Beta Was this translation helpful? Give feedback.
Answered by
mominul
Jul 15, 2022
Replies: 1 comment 2 replies
-
This is because master and develop branch points to different commit of the submodule present in the repository. You have to update the submodule by invoking this command(when develop branch active)
|
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
mike-fabian
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is because master and develop branch points to different commit of the submodule present in the repository. You have to update the submodule by invoking this command(when develop branch active)