From 50c87926085dd673707b5c20afb31c0794865a75 Mon Sep 17 00:00:00 2001 From: gitting-around Date: Wed, 23 Oct 2024 23:08:13 +0200 Subject: [PATCH] cpan --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 17fa4b6..35c760e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -98,7 +98,7 @@ jobs: run: | echo "PERL=$((where.exe perl)[0])" | Out-File -FilePath $env:GITHUB_ENV -Append -Encoding utf8 echo "OPENSSL_SRC_PERL=$((where.exe perl)[0])" | Out-File -FilePath $env:GITHUB_ENV -Append -Encoding utf8 - cpan LWP::Simple + perl -MCPAN -e'install "LWP::Simple"' - name: Build Windows if: matrix.os == 'windows-latest'