Fix missing optional include

This commit is contained in:
acidicoala
2025-10-03 23:29:57 +05:00
parent 99564ae4b7
commit aea513fbd1
4 changed files with 9 additions and 8 deletions

View File

@@ -3,7 +3,8 @@ on: push
jobs:
build:
uses: acidicoala/KoalaBox/.github/workflows/build.yml@73f2c19439dc5634a23a2811bfda2d12ef29031c
name: 🏗️ Build
uses: acidicoala/KoalaBox/.github/workflows/build.yml@7e2adda55bf584b203d644b872bc329136d8c15c
with:
module: '[ "SmokeAPI" ]'
os: '[ "Windows", "Linux" ]'