CI: enable -DENABLE_EMBEDDED_AMDGPUIDS=On

This commit is contained in:
李通洲
2025-02-13 14:14:52 +08:00
parent cdc8124883
commit f4f1592bfa
2 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ const FFArmGpuProduct ffAmdGpuProducts[] = {
"""
for device, revision, name in products:
code += f" {{ 0x{device} << 8 | 0x{revision}, \"{name.replace('"', '\\"')}\" }},\n"
code += f" {{ 0x{device} << 8 | 0x{revision}, \"{name}\" }},\n"
code += "};\n"