
dependencies: update binaryen submodule to version 116 Signed-off-by: Flavio Castelli <fcastelli@suse.com> Co-authored-by: DarkByteBen <ben@darkbytelabs.com>
4 строки
176 Б
Bash
Исполняемый файл
4 строки
176 Б
Bash
Исполняемый файл
#!/bin/bash
|
|
# Docker hub does a recursive clone, then checks the branch out,
|
|
# so when a PR adds a submodule (or updates it), it fails.
|
|
git submodule update --init --recursive
|