From d1c69e544f237f5958902df9437753381f962a08 Mon Sep 17 00:00:00 2001 From: shawnlaffan Date: Fri, 6 Sep 2024 13:09:13 +1000 Subject: [PATCH] CI probing --- .github/workflows/windows.yml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 1b0d4650c..5da7262f2 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -53,7 +53,7 @@ jobs: - name: Prepare for CPAN cache run: | perl -V > perlversion.txt - echo "20240906" >> perlversion.txt + echo "20240906b" >> perlversion.txt dir perlversion.txt - name: Cache CPAN modules @@ -96,6 +96,13 @@ jobs: # cpanm --quiet --notest Env::ShellWords # cpanm --quiet --notest Test2::Suite + - name: Install dependencies Sereal + run: | + cpanm --installdeps Sereal::Decoder + cpanm --installdeps Sereal::Encoder + cpanm Test::LongString + cpanm --verbose Sereal + - name: Install dependencies Alien::MSYS run: | cpanm Alien::Build::Plugin::Fetch::Cache @@ -105,7 +112,7 @@ jobs: run: | echo $env:PATH cpanm --notest --installdeps Alien::sqlite - cpanm -v Alien::sqlite~1.05 + cpanm -v Alien::sqlite - name: Install dependencies Alien::proj run: |