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 fd45012 commit fcd1dc5Copy full SHA for fcd1dc5
.github/workflows/ci.yml
@@ -28,7 +28,7 @@ jobs:
28
- name: Install dependencies
29
run: |
30
sudo apt-get update
31
- sudo apt-get install -y axel wget build-essential cpanminus
+ sudo apt-get install -y axel wget build-essential cpanminus libtest-base-perl libtext-diff-perl liburi-perl libwww-perl libtest-longstring-perl liblist-moreutils-perl
32
wget -O - https://openresty.org/package/pubkey.gpg | sudo apt-key add -
33
echo "deb http://openresty.org/package/ubuntu $(lsb_release -sc) main" | sudo tee /etc/apt/sources.list.d/openresty.list
34
0 commit comments