diff --git a/.github/workflows/core.yml b/.github/workflows/core.yml index 7cb8de18..d9e31fe9 100644 --- a/.github/workflows/core.yml +++ b/.github/workflows/core.yml @@ -192,7 +192,7 @@ jobs: if [[ $OS =~ ^windows.*$ ]]; then SUFFIX=.exe CORE_FEATURES="--features=mimalloc" - elif [[ $TARGET =~ ^riscv64.*$ ]]; then + elif [[ $TARGET =~ ^riscv64.*$ || $TARGET =~ ^loongarch64.*$ ]]; then CORE_FEATURES="--features=mimalloc" else CORE_FEATURES="--features=jemalloc"