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