Add packages and update others
This commit is contained in:
@@ -32,10 +32,12 @@ jobs:
|
||||
{ name: "vulkan-validationlayers", version: "1.4.313.0", location: "all", needs_pkg: "vulkan-utility-libraries" },
|
||||
{ name: "shaderc", version: "2025.3", location: "all", needs_pkg: "" },
|
||||
{ name: "unordered_dense", version: "4.8.1", location: "all", needs_pkg: "" },
|
||||
{ name: "mimalloc", version: "3.1.5", location: "all", needs_pkg: "" },
|
||||
{ name: "mimalloc", version: "3.2.8", location: "all", needs_pkg: "" },
|
||||
{ name: "meshoptimizer", version: "1.0", location: "all", needs_pkg: "" },
|
||||
{ name: "sqlite3", version: "3.51.0", location: "all", needs_pkg: "" },
|
||||
{ name: "rapidhash", version: "3.0", location: "all", needs_pkg: "" }
|
||||
{ name: "rapidhash", version: "3.0", location: "all", needs_pkg: "" },
|
||||
{ name: "cli11", version: "2.6.1", location: "all", needs_pkg: "" },
|
||||
{ name: "assimp", version: "6.0.4", location: "all", needs_pkg: "" }
|
||||
]
|
||||
name: "Package ${{matrix.package.name }}/${{ matrix.package.version }}"
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user