diff --git a/.github/workflows/luajit-integration.yml b/.github/workflows/luajit-integration.yml index 7faf8469ee4cceafea7e629b6040b84fa8ee8ff4..1ad76ac86c6785b2e0fd4b5f4dfaadb6951ce523 100644 --- a/.github/workflows/luajit-integration.yml +++ b/.github/workflows/luajit-integration.yml @@ -10,13 +10,22 @@ name: LuaJIT integration testing on: workflow_call: inputs: + # FIXME: Remove this inputs entry when transition to + # CMAKE_EXTRA_PARAMS usage is finished. buildtype: - description: CMake build type value + description: CMake build type value (obsolete, use CMAKE_EXTRA_PARAMS) required: false type: string default: Debug + CMAKE_EXTRA_PARAMS: + description: CMake extra parameters + required: false + type: string + default: '' + # FIXME: Remove this inputs entry when transition to + # CMAKE_EXTRA_PARAMS usage is finished. GC64: - description: CMake option value to enable LuaJIT GC64 mode + description: CMake option value to enable LuaJIT GC64 mode (obsolete, use CMAKE_EXTRA_PARAMS) required: false type: string default: OFF