File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 8080 with :
8181 python-version : ' 3.10'
8282
83+ - name : install autotools
84+ run : |
85+ brew install autoconf automake libtool
86+
8387 - uses : actions/checkout@v4
8488
8589 - uses : actions/download-artifact@v4
@@ -122,6 +126,10 @@ jobs:
122126 with :
123127 python-version : ' 3.10'
124128
129+ - name : install autotools
130+ run : |
131+ brew install autoconf automake libtool
132+
125133 - uses : actions/checkout@v4
126134
127135 - uses : actions/download-artifact@v4
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ wasmFlags=(--target=wasm32 \
1515 -I " $ORCA_DIR " /src/ext)
1616
1717# build sample as wasm module and link it with the orca module
18- clang -v " ${wasmFlags[@]} " -L " $ORCA_DIR " /bin -lorca_wasm -o module.wasm src/main.c
18+ clang " ${wasmFlags[@]} " -L " $ORCA_DIR " /bin -lorca_wasm -o module.wasm src/main.c
1919
2020# create app directory and copy files into it
2121orca bundle --name Clock --icon icon.png --resource-dir data module.wasm
You can’t perform that action at this time.
0 commit comments