Skip to content

Commit a7af9c3

Browse files
authored
Try to force update submodules. Restore some changes
1 parent 9a37246 commit a7af9c3

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
- main
99
pull_request:
1010
env:
11-
BINARYEN_TOOLS: wasm-opt wasm-metadce wasm2js wasm-as wasm-dis wasm-ctor-eval wasm-reduce
11+
BINARYEN_TOOLS: wasm-shell wasm-opt wasm-metadce wasm2js wasm-as wasm-dis wasm-ctor-eval wasm-reduce wasm-merge
1212
jobs:
1313
build:
1414
name: "Build with Emsdk:${{ matrix.emsdk }}"
@@ -43,7 +43,7 @@ jobs:
4343
- name: "Check out repository"
4444
uses: actions/checkout@v4
4545
with:
46-
submodules: false
46+
submodules: true
4747
- name: "Set up repository"
4848
env:
4949
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
@@ -88,9 +88,7 @@ jobs:
8888
emcmake cmake .. -G Ninja \
8989
-DCMAKE_BUILD_TYPE=Release \
9090
-DCMAKE_EXE_LINKER_FLAGS="$CMAKE_EXE_LINKER_FLAGS" \
91-
-DEXPORTED_RUNTIME_METHODS=stringToUTF8OnStack,stringToAscii,getExceptionMessage \
9291
-DENABLE_WERROR=OFF \
93-
-DBUILD_EMSCRIPTEN_TOOLS_ONLY=ON \
9492
-DBUILD_TOOLS=ON \
9593
-DBUILD_STATIC_LIB=OFF \
9694
-DBUILD_TESTS=OFF \

0 commit comments

Comments
 (0)