From b1abcdb618d8b490b0b163fb3600d6e745c36b6c Mon Sep 17 00:00:00 2001 From: Michael Yuan Date: Tue, 5 Sep 2023 22:31:26 +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 e8f6828..24e8eee 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -52,7 +52,7 @@ jobs: - name: Install WasmEdge run: | - VERSION=0.13.2 + VERSION=0.13.4 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