mirror of
https://github.com/acidicoala/SmokeAPI.git
synced 2026-01-25 05:52:51 -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@aacacb388bcc1ca7549549963d65058b7d9c55d3
|
|
with:
|
|
module: '[ "SmokeAPI" ]'
|
|
os: '[ "Windows", "Linux" ]'
|
|
bitness: '[ 32, 64 ]'
|