Skip to content

Commit aad44a9

Browse files
authored
Update build.yml
1 parent e36162b commit aad44a9

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,9 @@ jobs:
1717
run: |
1818
sudo apt-get --yes update
1919
sudo apt-get install --yes libpcre3-dev libssl-dev perl cpanminus
20-
sudo pip install lastversion
2120
22-
- name: Download NGINX
23-
run: |
24-
mkdir nginx && cd nginx
21+
- name: Create NGINX download directory
22+
run: mkdir nginx
2523

2624
- name: Download ${{ matrix.nginx-branch }} NGINX
2725
uses: dvershinin/lastversion-action@main

0 commit comments

Comments
 (0)