Skip to content

Commit

Permalink
Merge pull request #862 from mgcam/fix_perl_brew
Browse files Browse the repository at this point in the history
Installed libdevel-patchperl-perl in GitHub runner.
  • Loading branch information
jmtcsngr authored Dec 18, 2024
2 parents 1e91cdc + 3a0877a commit a52ccab
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ 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
sudo apt-get install -y libgd-dev uuid-dev libgd-text-perl libdevel-patchperl-perl
- name: "Cache Perl"
id: cache-perl
Expand Down
3 changes: 3 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
LIST OF CHANGES

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

release 102.0.0 (2024-11-28)
- Removed 'bin/npg_deletable_dr_runs' since dr storage is decommissioned

Expand Down

0 comments on commit a52ccab

Please sign in to comment.