We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 903989c commit 778e786Copy full SHA for 778e786
1 file changed
.github/workflows/buildbinaryen.yml
@@ -18,7 +18,7 @@ jobs:
18
-DBUILD_SHARED_LIBS=ON
19
-DBUILD_TOOLS=OFF
20
-DBUILD_TESTS=OFF
21
- -BINARYEN_CORES = 1
+ -BINARYEN_CORES=1
22
runtime: linux-x64
23
# Linux 32-bit
24
- os: ubuntu-latest
@@ -30,7 +30,7 @@ jobs:
30
31
32
33
34
runtime: linux-x86
35
# Windows 64-bit (cross-compile)
36
@@ -43,7 +43,7 @@ jobs:
43
44
45
46
47
runtime: win-x64
48
# Windows 32-bit (cross-compile)
49
@@ -56,7 +56,7 @@ jobs:
56
57
58
59
60
runtime: win-x86
61
62
runs-on: ${{ matrix.os }}
0 commit comments