mirror of
https://github.com/simon987/ngx_http_js_challenge_module.git
synced 2025-04-10 14:06:46 +00:00
Update nginx-module-build.yml
This commit is contained in:
parent
dfb7bdf695
commit
4eb32c8af8
4
.github/workflows/nginx-module-build.yml
vendored
4
.github/workflows/nginx-module-build.yml
vendored
@ -23,7 +23,9 @@ jobs:
|
|||||||
|
|
||||||
- name: Clone NGINX source code
|
- name: Clone NGINX source code
|
||||||
run: |
|
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
|
echo "NGINX_PATH=~/nginx-source" >> $GITHUB_ENV
|
||||||
|
|
||||||
- name: Run build script
|
- name: Run build script
|
||||||
|
Loading…
x
Reference in New Issue
Block a user