Skip to content

Commit

Permalink
install libdevel-patchperl-perl in github runner
Browse files Browse the repository at this point in the history
  • Loading branch information
jmtcsngr committed Dec 17, 2024
1 parent 2614679 commit 44b874c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@ jobs:
sudo apt-get update
# https://github.com/actions/runner-images/issues/2139
sudo apt-get remove -y nginx libgd3
sudo apt-get install -y libgd-dev uuid-dev libgd-text-perl
# libdevel-patchperl-perl is needed for perlbrew
sudo apt-get install -y libgd-dev uuid-dev libgd-text-perl \
libdevel-patchperl-perl
- name: "Install Miniforge"
run: |
Expand Down
1 change: 1 addition & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
LIST OF CHANGES
---------------

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

0 comments on commit 44b874c

Please sign in to comment.