Skip to content

Commit 4e63ff0

Browse files
committed
CI: install cpanminus
1 parent 532169f commit 4e63ff0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,7 @@ jobs:
4545
- uses: actions/checkout@v2
4646
- name: Install prerequisites
4747
run: |
48-
sudo apt install -y libpcre3-dev libssl-dev
49-
cpanm --notest --local-lib=$HOME/perl5 Test::Nginx
48+
sudo apt install -y libpcre3-dev libssl-dev cpanminus
5049
- name: Build
5150
env:
5251
_NGINX_VERSION: ${{ matrix.nginx }}

0 commit comments

Comments
 (0)