Skip to content

Commit

Permalink
fix web threads
Browse files Browse the repository at this point in the history
  • Loading branch information
TokisanGames committed Dec 28, 2024
1 parent 68787d4 commit 7c4ecb2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ jobs:
matrix:
platform: [web]
target: [debug, release]
flags: threads=no
#threads: [yes, no]

steps:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 7c4ecb2

Please sign in to comment.