mirror of
https://github.com/simon987/ngx_http_js_challenge_module.git
synced 2025-04-04 06:52:58 +00:00
Trying again to fix the workflow
This commit is contained in:
parent
471bda71c9
commit
89f1faf86d
7
.github/workflows/nginx-module-build.yml
vendored
7
.github/workflows/nginx-module-build.yml
vendored
@ -21,11 +21,14 @@ jobs:
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y nginx gcc make
|
||||
|
||||
- name: Run build script
|
||||
- name: Download and extract NGINX source
|
||||
run: |
|
||||
wget https://nginx.org/download/nginx-1.25.4.tar.gz
|
||||
tar -xvzf nginx-1.25.4.tar.gz
|
||||
echo "NGINX_PATH=~/nginx-1.25.4" >> $GITHUB_ENV
|
||||
echo "NGINX_PATH=$(pwd)/nginx-1.25.4" >> $GITHUB_ENV
|
||||
|
||||
- name: Run build script
|
||||
run: |
|
||||
chmod +x build.sh
|
||||
./build.sh
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user