From 54a8bcb5fcd4162ea68abf06c02c2e748cbbfe99 Mon Sep 17 00:00:00 2001 From: catatsuy Date: Wed, 10 Jul 2024 21:02:00 +0900 Subject: [PATCH] Add openresty support in GitHub Actions workflow --- .github/workflows/go.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 7260ea4..2d0db04 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -24,3 +24,4 @@ jobs: ./nginx-build -c ./config/configure.example -m ./config/modules.json.example -d work -clear -pcre -zlib -openssl ./nginx-build -c ./config/configure.example -m ./config/modules.json.example -d work -clear -pcre -zlib -libressl ./nginx-build -c ./config/configure.example -m ./config/modules.json.example -d work -clear -freenginx -pcre -zlib -openssl + ./nginx-build -c ./config/configure.example -m ./config/modules.json.example -d work -clear -openresty -pcre -zlib -openssl