fix(runner): sync package specs after installing and before building

This commit is contained in:
Folke Lemaitre 2024-06-24 19:38:33 +02:00
parent 656d3d1f5b
commit 105d4805ad
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040
4 changed files with 58 additions and 24 deletions

View file

@ -342,6 +342,7 @@ function M.load()
Config.plugins[name]._ = plugin._
Config.plugins[name]._.dep = new_state.dep
Config.plugins[name]._.frags = new_state.frags
Config.plugins[name]._.pkg = new_state.pkg
end
end
Util.track()