Sync KoalaBox

This commit is contained in:
acidicoala
2025-10-13 01:58:36 +05:00
parent e6dbffb671
commit 3312e92dce
2 changed files with 2 additions and 3 deletions

View File

@@ -8,12 +8,11 @@ jobs:
strategy:
fail-fast: false
matrix:
module: [ SmokeAPI ]
os: [ Linux, Windows ]
bitness: [ 32, 64 ]
uses: acidicoala/KoalaBox/.github/workflows/build-cmake.yml@master
with:
module: ${{ matrix.module }}
module: SmokeAPI
os: ${{ matrix.os }}
bitness: ${{ matrix.bitness }}