Updated CI

This commit is contained in:
acidicoala
2025-10-05 19:40:36 +05:00
parent c29445126b
commit 7e744f5492

View File

@@ -21,6 +21,11 @@ on:
type: string
jobs:
debug:
runs-on: ubuntu-24.04
steps:
- run: echo "inputs.module = ${{ fromJson(inputs.module) }}"
build:
name: ${{ matrix.module }}-${{ matrix.os }}-${{ matrix.bitness }}
runs-on: ${{ matrix.runner }}