Skip to content

Commit b5376a4

Browse files
committed
Use emcmake
1 parent 7827eb7 commit b5376a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
cd ./binaryen/build
8787
source $HOME/emsdk/emsdk_env.sh
8888
emcc --version
89-
emconfigure cmake .. -DCMAKE_BUILD_TYPE=Release
89+
emcmake cmake .. -DCMAKE_BUILD_TYPE=Release
9090
emmake make -j2 binaryen_wasm
9191
cp ./bin/binaryen_wasm.js ../../wasm.js
9292
cd ../..

0 commit comments

Comments
 (0)