mirror of
https://github.com/simon987/ngx_http_js_challenge_module.git
synced 2025-04-04 06:52:58 +00:00
Update nginx-module-build.yml
This commit is contained in:
parent
4eb32c8af8
commit
6603028541
6
.github/workflows/nginx-module-build.yml
vendored
6
.github/workflows/nginx-module-build.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user