diff --git a/.github/workflows/nginx-module-build.yml b/.github/workflows/nginx-module-build.yml index 65d4859..1fda06b 100644 --- a/.github/workflows/nginx-module-build.yml +++ b/.github/workflows/nginx-module-build.yml @@ -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