From 7c4ecb2193a685a179d2ec1507089e79c0b26bf1 Mon Sep 17 00:00:00 2001 From: Cory Petkovsek <632766+TokisanGames@users.noreply.github.com> Date: Sat, 28 Dec 2024 16:17:53 +0700 Subject: [PATCH] fix web threads --- .github/workflows/web.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/web.yml b/.github/workflows/web.yml index 015306bf..b436d929 100644 --- a/.github/workflows/web.yml +++ b/.github/workflows/web.yml @@ -10,7 +10,6 @@ jobs: matrix: platform: [web] target: [debug, release] - flags: threads=no #threads: [yes, no] steps: @@ -40,7 +39,7 @@ jobs: TARGET: 'template_${{ matrix.target }}' shell: sh run: | - scons target=$TARGET platform='${{ matrix.platform }}' ${{ matrix.flags }} debug_symbols=no -j2 + scons target=$TARGET platform='${{ matrix.platform }}' threads=no debug_symbols=no -j2 - name: Prepare Files shell: sh