Skip to content

Commit

Permalink
Install cpanm
Browse files Browse the repository at this point in the history
  • Loading branch information
joanhey committed Apr 2, 2023
1 parent acb4dc7 commit dc88870
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ngx_php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- uses: actions/checkout@v3
- name: Install dependencies
run: |
sudo apt-get install -yqq libxml2-dev systemtap-sdt-dev zlib1g-dev libpcre3-dev libargon2-0-dev libsodium-dev
sudo apt-get install -yqq cpanminus libxml2-dev systemtap-sdt-dev zlib1g-dev libpcre3-dev libargon2-0-dev libsodium-dev
sudo LC_ALL=C.UTF-8 add-apt-repository ppa:ondrej/php
sudo apt-get update -yqq >/dev/null && sudo apt-get upgrade -yqq >/dev/null
Expand Down Expand Up @@ -69,8 +69,8 @@ jobs:
sudo apt-get install -y redis-server redis-tools memcached
sudo redis-server /etc/redis/redis.conf
- name: Set up perl
uses: shogo82148/actions-setup-perl@v1
#- name: Set up perl
# uses: shogo82148/actions-setup-perl@v1

- name: Perl packages
run: sudo cpanm -n Test::Nginx
Expand Down

0 comments on commit dc88870

Please sign in to comment.