diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 97ea70f15c..2d649d5a56 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -17,9 +17,6 @@ jobs: run: | pushd deps/escargot git submodule update --init third_party - pushd third_party/wasm/wabt - patch -p0 --forward -r /dev/null -i ../../../tools/test/wasm-js/wabt_patch - popd popd - name: Install Packages run: | @@ -51,9 +48,6 @@ jobs: run: | pushd deps/escargot git submodule update --init third_party - pushd third_party/wasm/wabt - patch -p0 --forward -r /dev/null -i ../../../tools/test/wasm-js/wabt_patch - popd popd - name: Install Packages run: | @@ -94,9 +88,6 @@ jobs: run: | pushd deps/escargot git submodule update --init third_party - pushd third_party/wasm/wabt - patch -p0 --forward -r /dev/null -i ../../../tools/test/wasm-js/wabt_patch - popd popd - name: Install Packages run: | diff --git a/deps/escargot b/deps/escargot index c35bd083b5..7f7d8c336d 160000 --- a/deps/escargot +++ b/deps/escargot @@ -1 +1 @@ -Subproject commit c35bd083b5df587969b7d8276ebbca33ac5857c9 +Subproject commit 7f7d8c336d15a11d30561f28183269ba64a22b97