1
0

Lock to specific stable kobopatch version
Some checks failed
Build and test project / build-and-test (push) Has been cancelled

This commit is contained in:
2026-03-17 22:15:05 +01:00
parent 008e35ea25
commit e9d20893fb

View File

@@ -11,6 +11,7 @@ if [ -d "$KOBOPATCH_DIR" ]; then
else
echo "Cloning kobopatch source..."
git clone https://github.com/pgaskin/kobopatch.git "$KOBOPATCH_DIR"
git checkout v0.16.0 # update this as updates come out
fi
echo "Copying wasm_exec.js from Go SDK..."