File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 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
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
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
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 }}
You can’t perform that action at this time.
0 commit comments