From 5b789dbba88365d9a19e8a320830c9547abb978c Mon Sep 17 00:00:00 2001 From: Eric Willigers Date: Sat, 2 May 2026 21:27:37 +1000 Subject: [PATCH] luaformatter: compile using multiple cores --- .github/workflows/check-formatting.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/check-formatting.yml b/.github/workflows/check-formatting.yml index 0392546f..4823fbca 100644 --- a/.github/workflows/check-formatting.yml +++ b/.github/workflows/check-formatting.yml @@ -22,6 +22,8 @@ jobs: - name: install run: | + export CMAKE_BUILD_PARALLEL_LEVEL=$(nproc) + export MAKEFLAGS=-j$(nproc) luarocks install --server=https://luarocks.org/dev luaformatter - name: check-formatting