It seems uic test hangs CI

This commit is contained in:
Jérôme Leclercq 2021-07-30 15:38:29 +02:00
parent 6a59a52c0b
commit 3869a4068f
1 changed files with 1 additions and 1 deletions

View File

@ -71,5 +71,5 @@ package("qt5base")
local qt = assert(package:data("qtdir"))
os.vrun(path.join(qt.bindir, "moc") .. " -v")
os.vrun(path.join(qt.bindir, "rcc") .. " -v")
os.vrun(path.join(qt.bindir, "uic") .. " -v")
--os.vrun(path.join(qt.bindir, "uic") .. " -v")
end)