mirror of
https://github.com/acidicoala/SmokeAPI.git
synced 2025-12-05 21:15:39 -05:00
Updated CI
This commit is contained in:
5
.github/workflows/kb-build.yml
vendored
5
.github/workflows/kb-build.yml
vendored
@@ -21,6 +21,11 @@ on:
|
|||||||
type: string
|
type: string
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
debug:
|
||||||
|
runs-on: ubuntu-24.04
|
||||||
|
steps:
|
||||||
|
- run: echo "inputs.module = ${{ fromJson(inputs.module) }}"
|
||||||
|
|
||||||
build:
|
build:
|
||||||
name: ${{ matrix.module }}-${{ matrix.os }}-${{ matrix.bitness }}
|
name: ${{ matrix.module }}-${{ matrix.os }}-${{ matrix.bitness }}
|
||||||
runs-on: ${{ matrix.runner }}
|
runs-on: ${{ matrix.runner }}
|
||||||
|
|||||||
Reference in New Issue
Block a user