Update nginx-module-build.yml

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

View File

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