Skip to content

Commit 778e786

Browse files
authored
Update buildbinaryen.yml.
1 parent 903989c commit 778e786

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/buildbinaryen.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
-DBUILD_SHARED_LIBS=ON
1919
-DBUILD_TOOLS=OFF
2020
-DBUILD_TESTS=OFF
21-
-BINARYEN_CORES = 1
21+
-BINARYEN_CORES=1
2222
runtime: linux-x64
2323
# Linux 32-bit
2424
- os: ubuntu-latest
@@ -30,7 +30,7 @@ jobs:
3030
-DBUILD_SHARED_LIBS=ON
3131
-DBUILD_TOOLS=OFF
3232
-DBUILD_TESTS=OFF
33-
-BINARYEN_CORES = 1
33+
-BINARYEN_CORES=1
3434
runtime: linux-x86
3535
# Windows 64-bit (cross-compile)
3636
- os: ubuntu-latest
@@ -43,7 +43,7 @@ jobs:
4343
-DBUILD_SHARED_LIBS=ON
4444
-DBUILD_TOOLS=OFF
4545
-DBUILD_TESTS=OFF
46-
-BINARYEN_CORES = 1
46+
-BINARYEN_CORES=1
4747
runtime: win-x64
4848
# Windows 32-bit (cross-compile)
4949
- os: ubuntu-latest
@@ -56,7 +56,7 @@ jobs:
5656
-DBUILD_SHARED_LIBS=ON
5757
-DBUILD_TOOLS=OFF
5858
-DBUILD_TESTS=OFF
59-
-BINARYEN_CORES = 1
59+
-BINARYEN_CORES=1
6060
runtime: win-x86
6161

6262
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)