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 e36162b commit aad44a9Copy full SHA for aad44a9
1 file changed
.github/workflows/build.yml
@@ -17,11 +17,9 @@ jobs:
17
run: |
18
sudo apt-get --yes update
19
sudo apt-get install --yes libpcre3-dev libssl-dev perl cpanminus
20
- sudo pip install lastversion
21
22
- - name: Download NGINX
23
- run: |
24
- mkdir nginx && cd nginx
+ - name: Create NGINX download directory
+ run: mkdir nginx
25
26
- name: Download ${{ matrix.nginx-branch }} NGINX
27
uses: dvershinin/lastversion-action@main
0 commit comments