mirror of
https://github.com/acidicoala/SmokeAPI.git
synced 2025-12-06 05:25:43 -05:00
12 lines
272 B
YAML
12 lines
272 B
YAML
name: 🏗️ Build
|
|
on: push
|
|
|
|
jobs:
|
|
build:
|
|
name: 🏗️ Build
|
|
uses: acidicoala/KoalaBox/.github/workflows/build.yml@7e2adda55bf584b203d644b872bc329136d8c15c
|
|
with:
|
|
module: '[ "SmokeAPI" ]'
|
|
os: '[ "Windows", "Linux" ]'
|
|
bitness: '[ 32, 64 ]'
|