mirror of
https://github.com/simon987/ngx_http_js_challenge_module.git
synced 2025-04-04 06:52:58 +00:00
Build process updated
This commit is contained in:
parent
6603028541
commit
471bda71c9
8
.github/workflows/nginx-module-build.yml
vendored
8
.github/workflows/nginx-module-build.yml
vendored
@ -21,15 +21,11 @@ jobs:
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y nginx gcc make
|
||||
|
||||
- name: Clone NGINX source code
|
||||
- name: Run build script
|
||||
run: |
|
||||
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
|
||||
run: |
|
||||
echo "NGINX_PATH=~/nginx-1.25.4" >> $GITHUB_ENV
|
||||
chmod +x build.sh
|
||||
./build.sh
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user