Closed ktemkin closed 4 years ago
Currently, the BIOS submodule is referenced as an SSH address:
[submodule "lambdasoc/software/bios"] path = lambdasoc/software/bios url = git@github.com:lambdaconcept/lambdasoc-bios
This means that the submodule can only be pulled down if a GitHub-associated SSH key is available; which is somewhat stymieing when using lambdasoc in CI environments.
lambdasoc
Would it be possible to change this to HTTPS? I'd happy submit a PR. :)
Thanks! I forgot to update it when we published the repo.
Currently, the BIOS submodule is referenced as an SSH address:
This means that the submodule can only be pulled down if a GitHub-associated SSH key is available; which is somewhat stymieing when using
lambdasoc
in CI environments.Would it be possible to change this to HTTPS? I'd happy submit a PR. :)