Browse Source

Fix wasm-noopt build

Signed-off-by: falkTX <falktx@falktx.com>
tags/23.02
falkTX 2 years ago
parent
commit
1f2f14589e
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
2 changed files with 2 additions and 1 deletions
  1. +1
    -0
      .github/workflows/build.yml
  2. +1
    -1
      carla

+ 1
- 0
.github/workflows/build.yml View File

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


+ 1
- 1
carla

@@ -1 +1 @@
Subproject commit 4c29367b6e6f82e75746b9ee3a01f9d205c0beae
Subproject commit 33a142f447925f55d00532933a1f28e9745c13eb

Loading…
Cancel
Save