From a64ee82358afd8b5c88ba5b6b4c23b2ab33da8b9 Mon Sep 17 00:00:00 2001 From: Cheng Shao <terrorjack@type.dance> Date: Mon, 14 Apr 2025 10:18:35 +0000 Subject: [PATCH] ci: bump toywasm --- tests/pandoc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/pandoc.sh b/tests/pandoc.sh index 4b6a593..d3baa7f 100755 --- a/tests/pandoc.sh +++ b/tests/pandoc.sh @@ -23,7 +23,7 @@ head --lines=20 README.rst rm README.rst pushd "$(mktemp -d)" -curl -f -L --retry 5 https://github.com/yamt/toywasm/releases/download/v66.0.0/toywasm-v66.0.0-full-ubuntu-20.04-amd64.tgz | tar xz +curl -f -L --retry 5 https://github.com/yamt/toywasm/releases/download/v67.0.0/toywasm-v67.0.0-full-ubuntu-20.04-amd64.tgz | tar xz export PATH=$PATH:$PWD/bin popd -- GitLab