Try to fix wasm modgui artifact again

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2023-07-03 09:35:06 +02:00
parent ea4c7dc24d
commit 9378115f35
No known key found for this signature in database
GPG key ID: CDBAA37ABC74FBA0
3 changed files with 5 additions and 5 deletions

View file

@ -350,12 +350,12 @@ jobs:
make features
make HAVE_LIBLO=false NOOPT=true NOSIMD=${{ matrix.target == 'nosimd' }} -j $(nproc)
- name: Build modgui
if: ${{ steps.cache.outputs.cache-hit == 'true' && matrix.target == 'nosimd' }}
if: steps.cache.outputs.cache-hit == 'true'
run: |
${{ matrix.target == 'nosimd' }} && export PAWPAW_NOSIMD=1
source ~/PawPawBuilds/emsdk/emsdk_env.sh
source deps/PawPaw/local.env wasm
make HAVE_LIBLO=false NOOPT=true NOSIMD=true -j $(nproc) -C src/CardinalMiniSep modgui
make HAVE_LIBLO=false NOOPT=true NOSIMD=${{ matrix.target == 'nosimd' }} -j $(nproc) -C src/CardinalMiniSep modgui
- name: Make wasm versioned and compress
if: steps.cache.outputs.cache-hit == 'true'
run: |
@ -382,7 +382,7 @@ jobs:
- name: Pack binaries
if: steps.cache.outputs.cache-hit == 'true'
run: |
cd bin; zip -r -9 ../${{ github.event.repository.name }}-wasm-${{ matrix.target }}-${{ github.event.pull_request.number || env.SHA8 }}.zip $(ls *.br *.html *.data *.js *.wasm CardinalMini.lv2/modgui)
cd bin; zip -r -9 ../${{ github.event.repository.name }}-wasm-${{ matrix.target }}-${{ github.event.pull_request.number || env.SHA8 }}.zip $(ls *.br *.html *.data *.js *.wasm) CardinalMini.lv2/modgui
- uses: actions/upload-artifact@v3
with:
name: ${{ github.event.repository.name }}-wasm-${{ matrix.target }}-${{ github.event.pull_request.number || env.SHA8 }}

2
carla

@ -1 +1 @@
Subproject commit c62b26eecb4dceeb608a5860b3c7047391066d7b
Subproject commit 92daff388aa0c7f0486b920bf39fe1e488bd7345

2
deps/PawPaw vendored

@ -1 +1 @@
Subproject commit 70160711d2efec286d417b63a073a8f2012346f6
Subproject commit 6a3c6a65a89abe221858c3f7635140074506bfc3