Package LibGit2 does not have libGit2_jll

I successfully precompiled my package locally but received the following error in my Github Actions CI Julia nightly. Any suggestions on how to fix are most welcome, and please let me know if I need to provide other information! I’ve tried removing the manifest, resolving it, etc.

Error:

Run julia-actions/julia-buildpkg@v1

Run import Pkg
LoadError: ArgumentError: Package LibGit2 does not have LibGit2_jll in its dependencies:
Note that the following manifests in the load path were resolved with a different julia version, which may be the cause of the error:

Manifest.toml (v1.9.4)

Nightly is undergoing some changes since they are kicking out standard libraries. Ping @kristoffer.carlsson

1 Like