From bdfd3fec7ad0291e4c12f185b9260f0afa51f2aa Mon Sep 17 00:00:00 2001 From: Adam Date: Sun, 28 Sep 2025 20:34:11 +0100 Subject: [PATCH] github: update linux build for v0.20 --- .github/workflows/build.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 47fcfe9..59b74c3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -324,9 +324,8 @@ jobs: build-dir: build # Makes it so that the build directory is set to ./build generator: Ninja options: | - BOLT_LUAJIT_INCLUDE_DIR=/usr/include/luajit-2.1 CMAKE_BUILD_TYPE=Release - build-args: --config Release -j 4 + build-args: --config Release -j ${{ env.NUMBER_OF_PROCESSORS }} - name: Create Release run: |