mirror of
https://github.com/Adamcake/Bolt.git
synced 2026-04-20 17:06:52 -04:00
github: update linux build for v0.20
This commit is contained in:
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user