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 7e1df16 commit 6e8117e
Show file tree
Hide file tree
Showing 2 changed files with 8 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
2 changes: 2 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
LIST OF CHANGES
---------------

- Fix perlbrew installation by installing libdevel-patchperl-perl in
GitHub runner.
- Updated ORM classes by ingesting changes for the 'sample' table from the
production database. Added a class for the 'aliqoute' table.

Expand Down

0 comments on commit 6e8117e

Please sign in to comment.