From 56bca4de91af0361c6e06d00d67f6f2aefde5ac5 Mon Sep 17 00:00:00 2001 From: Michael Timbert Date: Wed, 21 Aug 2024 15:19:20 +0200 Subject: [PATCH] distcheck --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2465ba09..b94e2adc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,7 +41,7 @@ jobs: run: perl -v - name: apt - run: sudo apt install -y git #libidn2-dev cpanminus + run: sudo apt install -y libidn2-dev #cpanminus - name: cpan #run: sudo cpanm Devel::CheckLib Module::Install Module::Install::XSUtil Test::Fatal inc::Module::Install MIME::Base32 Test::Differences