From dfb7bdf695e1c403f8b00258566a25ec42475265 Mon Sep 17 00:00:00 2001 From: Alex Jarmoszuk <5645408+ajarmoszuk@users.noreply.github.com> Date: Sat, 13 Apr 2024 17:20:37 +0200 Subject: [PATCH] Update nginx-module-build.yml --- .github/workflows/nginx-module-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nginx-module-build.yml b/.github/workflows/nginx-module-build.yml index 464f83a..65d4859 100644 --- a/.github/workflows/nginx-module-build.yml +++ b/.github/workflows/nginx-module-build.yml @@ -19,7 +19,7 @@ jobs: - name: Install dependencies run: | sudo apt-get update - sudo apt-get install -y nginx libnginx-mod-http-lua gcc make + sudo apt-get install -y nginx gcc make - name: Clone NGINX source code run: |