Skip to content

Commit

Permalink
Merge pull request #173 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 b9e1fde + 064d1fc commit a351f76
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ 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
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 52.2.6 (2024-12-11)
- Fix URL to use Miniforge rather than Mambaforge

Expand Down

0 comments on commit a351f76

Please sign in to comment.