update
This commit is contained in:
parent
d97ebff273
commit
96ca98831b
2 changed files with 3 additions and 1 deletions
4
.github/workflows/compile-ngix-package.yml
vendored
4
.github/workflows/compile-ngix-package.yml
vendored
|
@ -19,5 +19,7 @@ jobs:
|
|||
|
||||
- name: Compile NGINX
|
||||
run: |
|
||||
cd compilators/debian
|
||||
chmod 775 ./nginx-compile.sh
|
||||
./nginx-compile.sh
|
||||
ls
|
||||
|
||||
|
|
Loading…
Reference in a new issue