mirror of
https://github.com/acidicoala/SmokeAPI.git
synced 2025-12-05 21:15:39 -05:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
aa0504ff14 | ||
|
|
3312e92dce | ||
|
|
e6dbffb671 |
3
.github/workflows/matrix-build.yml
vendored
3
.github/workflows/matrix-build.yml
vendored
@@ -8,12 +8,11 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
module: [ SmokeAPI ]
|
||||
os: [ Linux, Windows ]
|
||||
bitness: [ 32, 64 ]
|
||||
|
||||
uses: acidicoala/KoalaBox/.github/workflows/build-cmake.yml@master
|
||||
with:
|
||||
module: ${{ matrix.module }}
|
||||
module: SmokeAPI
|
||||
os: ${{ matrix.os }}
|
||||
bitness: ${{ matrix.bitness }}
|
||||
|
||||
2
KoalaBox
2
KoalaBox
Submodule KoalaBox updated: d5d0fe4652...869a55b970
Reference in New Issue
Block a user