From e6a85ed9933959287920fe2914a5df6a930560ee Mon Sep 17 00:00:00 2001 From: Zakariyya Mughal Date: Sun, 3 Mar 2024 13:10:59 -0500 Subject: [PATCH] Force `cpanm` to not use static install See also: . --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 08a3b6f..01dc553 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,6 +10,10 @@ on: pull_request: create: +env: + # See . + PERL_CPANM_OPT: "--no-static-install" + jobs: notify: runs-on: ubuntu-latest