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