Skip to content

Commit fcd1dc5

Browse files
more fixes
1 parent fd45012 commit fcd1dc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Install dependencies
2929
run: |
3030
sudo apt-get update
31-
sudo apt-get install -y axel wget build-essential cpanminus
31+
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
3232
wget -O - https://openresty.org/package/pubkey.gpg | sudo apt-key add -
3333
echo "deb http://openresty.org/package/ubuntu $(lsb_release -sc) main" | sudo tee /etc/apt/sources.list.d/openresty.list
3434
sudo apt-get update

0 commit comments

Comments
 (0)