Update nginx-module-build.yml

This commit is contained in:
Alex Jarmoszuk 2024-04-13 17:20:37 +02:00 committed by GitHub
parent fe542d30ba
commit dfb7bdf695
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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: |