Lock to specific stable kobopatch version
All checks were successful
Build and test project / build-and-test (push) Successful in 2m13s
All checks were successful
Build and test project / build-and-test (push) Successful in 2m13s
This commit is contained in:
@@ -11,6 +11,8 @@ if [ -d "$KOBOPATCH_DIR" ]; then
|
||||
else
|
||||
echo "Cloning kobopatch source..."
|
||||
git clone https://github.com/pgaskin/kobopatch.git "$KOBOPATCH_DIR"
|
||||
cd "$KOBOPATCH_DIR"
|
||||
git checkout v0.16.0 # update this as updates come out
|
||||
fi
|
||||
|
||||
echo "Copying wasm_exec.js from Go SDK..."
|
||||
|
||||
Reference in New Issue
Block a user