Skip to content

Commit

Permalink
Installed libdevel-patchperl-perl in github runner
Browse files Browse the repository at this point in the history
  • Loading branch information
mgcam committed Dec 18, 2024
1 parent 9022819 commit 4e46e0b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: "Install OS dependencies"
run: |
sudo apt-get update
# libdevel-patchperl-perl is needed for perlbrew
sudo apt-get install -y libdevel-patchperl-perl
- name: "Cache Perl"
id: cache-perl
uses: actions/cache@v4
Expand Down
3 changes: 3 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
LIST OF CHANGES
---------------

- Fix perlbrew installation by installing libdevel-patchperl-perl in
GitHub runner.

release 6.34.0 (2024-10-24)
- Added new delegated methods to WTSI::DNAP::Warehouse::Schema::Result::IseqFlowcell,
sample_uuid and sample_lims.
Expand Down

0 comments on commit 4e46e0b

Please sign in to comment.