Fix wasm-noopt build

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2023-02-24 14:15:48 +01:00
parent 1632dc88d3
commit 1f2f14589e
No known key found for this signature in database
GPG key ID: CDBAA37ABC74FBA0
2 changed files with 2 additions and 1 deletions

View file

@ -885,6 +885,7 @@ jobs:
- name: Build wasm-noopt cross-compiled
if: steps.cache.outputs.cache-hit == 'true'
env:
PAWPAW_NOSIMD: 1
NOSIMD: true
WITH_LTO: false
run: |