Fix mod build
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
ca5bfd6270
commit
df5b687265
4 changed files with 4 additions and 2 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -808,7 +808,7 @@ jobs:
|
|||
pushd deps/PawPaw; source local.env wasm; popd
|
||||
make features
|
||||
make CIBUILD=true HAVE_LIBLO=false NOOPT=true USE_GLES2=true -j $(nproc)
|
||||
make CIBUILD=true HAVE_LIBLO=false NOOPT=true USE_GLES2=true -j $(nproc) -C src/CardinalMini modgui
|
||||
make CIBUILD=true HAVE_LIBLO=false NOOPT=true USE_GLES2=true -j $(nproc) -C src/CardinalMiniSep modgui
|
||||
- name: Make wasm versioned and compress
|
||||
if: steps.cache.outputs.cache-hit == 'true'
|
||||
run: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue