File tree Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Original file line number Diff line number Diff line change @@ -47,15 +47,10 @@ jobs:
4747 - name : Install WasmEdge
4848 if : matrix.runtime == 'wasmedge'
4949 run : |
50- sudo apt install -y software-properties-common cmake libboost-all-dev
51- sudo apt install -y clang
50+ curl -sSf https://raw.githubusercontent.com/WasmEdge/WasmEdge/master/utils/ install.sh | bash -s -- -p ./wasmedge-install
51+ echo "$GITHUB_WORKSPACE/wasmedge- install/bin/" >> $GITHUB_PATH
5252 git clone https://github.com/WasmEdge/WasmEdge.git
53- cd WasmEdge
54- mkdir -p build && cd build
55- cmake -DWASMEDGE_BUILD_AOT_RUNTIME=OFF .. && make -j4
56- echo "$GITHUB_WORKSPACE/WasmEdge/build/tools/wasmedge" >> $GITHUB_PATH
57- cd ..
58- cp .github/scripts/wasi-testsuite-adapter.py ../adapters/wasmedge.py
53+ cp WasmEdge/.github/scripts/wasi-testsuite-adapter.py ./adapters/wasmedge.py
5954
6055 - name : Install wazero
6156 if : matrix.runtime == 'wazero'
You can’t perform that action at this time.
0 commit comments