Skip to content

Commit 44b874c

Browse files
committed
install libdevel-patchperl-perl in github runner
1 parent 2614679 commit 44b874c

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/run-tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,9 @@ jobs:
3333
sudo apt-get update
3434
# https://github.com/actions/runner-images/issues/2139
3535
sudo apt-get remove -y nginx libgd3
36-
sudo apt-get install -y libgd-dev uuid-dev libgd-text-perl
36+
# libdevel-patchperl-perl is needed for perlbrew
37+
sudo apt-get install -y libgd-dev uuid-dev libgd-text-perl \
38+
libdevel-patchperl-perl
3739
3840
- name: "Install Miniforge"
3941
run: |

Changes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
LIST OF CHANGES
22
---------------
33

4+
- Fix perlbrew installation by installing libdevel-patchperl-perl in runner
45
- Changed/extended tests for npg_pipeline::function::autoqc to ensure that
56
the tests work with changes in https://github.com/wtsi-npg/npg_qc/pull/895
67
(study_specific assessment is disabled for lanes). Tested that a pools that

0 commit comments

Comments
 (0)