We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f450109 commit 7b30521Copy full SHA for 7b30521
1 file changed
.github/workflows/build.yml
@@ -21,7 +21,14 @@ jobs:
21
22
- name: Download NGINX
23
run: |
24
- mkdir nginx && cd nginx && lastversion unzip nginx:${{ matrix.nginx-branch }}
+ 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 }}
32
33
- name: Configure NGINX to compile with the module statically
34
0 commit comments