github: update linux build for v0.20

This commit is contained in:
Adam
2025-09-28 20:34:11 +01:00
parent e7a06f7b35
commit bdfd3fec7a

View File

@@ -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: |