File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 33
33
sudo apt-get update
34
34
# https://github.com/actions/runner-images/issues/2139
35
35
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
37
39
38
40
- name : " Install Miniforge"
39
41
run : |
Original file line number Diff line number Diff line change 1
1
LIST OF CHANGES
2
2
---------------
3
3
4
+ - Fix perlbrew installation by installing libdevel-patchperl-perl in runner
4
5
- Changed/extended tests for npg_pipeline::function::autoqc to ensure that
5
6
the tests work with changes in https://github.com/wtsi-npg/npg_qc/pull/895
6
7
(study_specific assessment is disabled for lanes). Tested that a pools that
You can’t perform that action at this time.
0 commit comments