# Package LibGit2 does not have libGit2\_jll

**URL:** https://discourse.julialang.org/t/package-libgit2-does-not-have-libgit2-jll/106333
**Category:** General Usage
**Tags:** github-actions, libgit2
**Created:** [November 16, 2023, 8:32pm UTC](https://discourse.julialang.org/t/package-libgit2-does-not-have-libgit2-jll/106333 "2023-11-16T20:32:54Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![JohnS](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/johns/32/38331_2.png) [@JohnS](https://discourse.julialang.org/u/JohnS)
#### Post date: [November 16, 2023, 8:32pm UTC](https://discourse.julialang.org/t/package-libgit2-does-not-have-libgit2-jll/106333/1 "2023-11-16T20:32:54Z")

</div>

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)

---

<div class="post-metadata">

### Author: ![mkitti](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/mkitti/32/12459_2.png) [@mkitti](https://discourse.julialang.org/u/mkitti)
#### Post date: [November 16, 2023, 10:57pm UTC](https://discourse.julialang.org/t/package-libgit2-does-not-have-libgit2-jll/106333/2 "2023-11-16T22:57:29Z")

</div>

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