diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 87efa39..8650a94 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -37,7 +37,7 @@ jobs: { name: "sqlite3", version: "3.51.2", 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: "assimp", version: "6.0.4", location: "5.x", needs_pkg: "" } ] name: "Package ${{matrix.package.name }}/${{ matrix.package.version }}" steps: