mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-14 12:43:40 +02:00
ci: use 24.04 instead of lunar for tidy and fuzz ci
This commit is contained in:
parent
979170fd2c
commit
833eaacade
19 changed files with 30 additions and 32 deletions
|
|
@ -74,7 +74,7 @@ std::string CAssetsDir::GetLabel(const CAsset& asset) const
|
|||
|
||||
std::string CAssetsDir::GetIdentifier(const CAsset& asset) const
|
||||
{
|
||||
const std::string label = GetMetadata(asset).GetLabel();
|
||||
std::string label = GetMetadata(asset).GetLabel();
|
||||
if (!label.empty()) return label;
|
||||
return asset.GetHex();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue