From d8141d8ea58af432e7763e59b78b6f434eddcab6 Mon Sep 17 00:00:00 2001 From: potats0 <42128471+potats0@users.noreply.github.com> Date: Thu, 6 Jul 2023 16:37:49 +0800 Subject: [PATCH] Update CI.yml --- .github/workflows/CI.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index ec4832e..b4de1f3 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -21,8 +21,9 @@ jobs: ./build.sh configure make sudo make install + - name: Setup openresty - - uses: leafo/gh-actions-openresty@v1 + uses: leafo/gh-actions-openresty@v1 with: openrestyVersion: "1.21.4.1"