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