Skip to content

Commit 029b2af

Browse files
Added cpanm to dependencies
1 parent b06c0ac commit 029b2af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ apt-get install -y libwww-form-urlencoded-xs-perl libwww-mechanize-chrome-perl l
2525
apt-get install -y postgresql-client starman perl libtest-tempdir-tiny-perl
2626
if [[ !(-z "INTEGRATION_TESTS") ]]
2727
then
28-
apt install -y unzip gconf2 libgtk2.0-0 libgtk-3-0 libgbm-dev libnotify-dev libnss3 libxss1 libasound2 libxtst6 xauth xvfb
28+
apt install -y unzip gconf2 libgtk2.0-0 libgtk-3-0 libgbm-dev libnotify-dev libnss3 libxss1 libasound2 libxtst6 xauth xvfb cpanminus
2929
cpanm --notest WebDriver::Tiny
3030

3131
# We're running integration tests, so we need to set up browsers

0 commit comments

Comments
 (0)