8 Commits

Author SHA1 Message Date
acidicoala e69734f9e7 Sync KoalaBox 2025-12-24 23:35:55 +05:00
acidicoala bfc59ab64f Sync KoalaBox 2025-12-24 23:06:24 +05:00
acidicoala a6f43d80e6 Sync KoalaBox 2025-12-24 22:46:34 +05:00
acidicoala db58468823 Sync KoalaBox 2025-12-24 22:25:29 +05:00
acidicoala 15ba0ed447 KoalaBox sync 2025-12-23 03:02:45 +05:00
acidicoala aa0504ff14 Sync KoalaBox 2025-10-13 02:20:28 +05:00
acidicoala 3312e92dce Sync KoalaBox 2025-10-13 01:58:36 +05:00
acidicoala e6dbffb671 Sync KoalaBox 2025-10-12 17:31:21 +05:00
2 changed files with 2 additions and 3 deletions
+1 -2
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 }}