fix?(legcord): Use Mock (#5286) (#5291)

* fix?(legcord): Use Mock



* fix?(legcord-nightly): Use Mock



---------


(cherry picked from commit 3b7f5f734a)

Signed-off-by: Gilver <rockgrub@disroot.org>
Co-authored-by: Gilver <rockgrub@disroot.org>
This commit is contained in:
Raboneko
2025-06-09 08:37:16 -07:00
committed by GitHub
parent abe2ab6661
commit b82edba453
2 changed files with 5 additions and 1 deletions
+1
View File
@@ -4,5 +4,6 @@ project pkg {
}
labels {
nightly = 1
mock = 1
}
}
+4 -1
View File
@@ -2,4 +2,7 @@ project pkg {
rpm {
spec = "legcord.spec"
}
}
labels {
mock =1
}
}