Update nginx-module-build.yml

This commit is contained in:
Alex Jarmoszuk 2024-04-13 17:24:11 +02:00 committed by GitHub
parent 4eb32c8af8
commit 6603028541
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -23,9 +23,9 @@ jobs:
- name: Clone NGINX source code
run: |
wget https://nginx.org/download/nginx-${VERSION}.tar.gz
tar -xvzf nginx-${VERSION}.tar.gz
mv nginx-${VERSION} nginx-source
wget https://nginx.org/download/nginx-1.25.4.tar.gz
tar -xvzf nginx-1.25.4.tar.gz
mv nginx-1.25.4 nginx-source
echo "NGINX_PATH=~/nginx-source" >> $GITHUB_ENV
- name: Run build script