Skip to content

Commit 7b30521

Browse files
authored
Update build.yml
1 parent f450109 commit 7b30521

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,14 @@ jobs:
2121
2222
- name: Download NGINX
2323
run: |
24-
mkdir nginx && cd nginx && lastversion unzip nginx:${{ matrix.nginx-branch }}
24+
mkdir nginx && cd nginx
25+
26+
- name: Download ${{ matrix.nginx-branch }} NGINX
27+
uses: dvershinin/lastversion-action@main
28+
with:
29+
repository: 'nginx'
30+
action: 'unzip'
31+
branch: ${{ matrix.nginx-branch }}
2532

2633
- name: Configure NGINX to compile with the module statically
2734
run: |

0 commit comments

Comments
 (0)