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 532169f commit 4e63ff0Copy full SHA for 4e63ff0
.github/workflows/build.yml
@@ -45,8 +45,7 @@ jobs:
45
- uses: actions/checkout@v2
46
- name: Install prerequisites
47
run: |
48
- sudo apt install -y libpcre3-dev libssl-dev
49
- cpanm --notest --local-lib=$HOME/perl5 Test::Nginx
+ sudo apt install -y libpcre3-dev libssl-dev cpanminus
50
- name: Build
51
env:
52
_NGINX_VERSION: ${{ matrix.nginx }}
0 commit comments