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