Fix Build CI

This commit is contained in:
acidicoala
2025-10-04 00:06:00 +05:00
parent 842387bb2f
commit 53868e8bed
2 changed files with 8 additions and 3 deletions

View File

@@ -4,8 +4,13 @@ on: push
jobs: jobs:
build: build:
name: 🏗️ Build name: 🏗️ Build
uses: acidicoala/KoalaBox/.github/workflows/build.yml@6bd7e5d7961945385181fe91a91b867af966b1e7 uses: acidicoala/KoalaBox/.github/workflows/build.yml@346ce0d6402107f5ad22e9ffb0a277e5c00423a0
with: with:
module: '[ "SmokeAPI" ]' #language=json
module: '[ "SmokeAPI" ] '
#language=json
os: '[ "Windows", "Linux" ]' os: '[ "Windows", "Linux" ]'
#language=json
bitness: '[ 32, 64 ]' bitness: '[ 32, 64 ]'