From c411afe9c73f73aadf8095b5ca22aef6e7db8f2a Mon Sep 17 00:00:00 2001 From: Michael Yuan Date: Fri, 3 Nov 2023 22:14:01 +0800 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dd3736b..1b8aa0b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -53,7 +53,7 @@ jobs: - name: Install WasmEdge run: | - VERSION=0.13.4 + VERSION=0.13.5 curl -sSf https://raw.githubusercontent.com/WasmEdge/WasmEdge/master/utils/install.sh | sudo bash -s -- --version=$VERSION -p /usr/local - name: Run the microservice on MySQL