From 6e8117e65d414867fcd2bd07f8c8540392a181d9 Mon Sep 17 00:00:00 2001 From: Marina Gourtovaia Date: Wed, 18 Dec 2024 11:53:55 +0000 Subject: [PATCH] Installed libdevel-patchperl-perl in github runner --- .github/workflows/run-tests.yml | 6 ++++++ Changes | 2 ++ 2 files changed, 8 insertions(+) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index f4ca0f0..e514896 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -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 diff --git a/Changes b/Changes index 3f1559c..3bd2c8b 100644 --- a/Changes +++ b/Changes @@ -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.