fixed wg not being released

This commit is contained in:
2021-11-20 15:24:07 +01:00
parent 2928339861
commit 16d45fe662

View File

@@ -204,6 +204,7 @@ func (b *BuildManager) parseWorker() {
if !pkg.isAvailable(alpmHandle) {
log.Debugf("[%s/%s] Not available on mirror, skipping build", pkg.FullRepo, pkg.Pkgbase)
b.parseWG.Done()
continue
}