Skip to content

Commit

Permalink
CI probing
Browse files Browse the repository at this point in the history
  • Loading branch information
shawnlaffan committed Sep 6, 2024
1 parent 3b6f246 commit 9883a83
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -96,6 +96,17 @@ jobs:
# cpanm --quiet --notest Env::ShellWords
# cpanm --quiet --notest Test2::Suite

- name: Install dependencies Sereal
run: |
echo $PERL5LIB
cpanm --installdeps Sereal::Decoder
cpanm --verbose Sereal::Decoder
echo $PERL5LIB
cpanm --installdeps Sereal::Encoder
cpanm --verbose Sereal::Encoder
# cpanm Test::LongString
# cpanm --verbose Sereal

- name: Install dependencies Alien::MSYS
run: |
cpanm Alien::Build::Plugin::Fetch::Cache
Expand All @@ -105,7 +116,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: |
Expand Down

0 comments on commit 9883a83

Please sign in to comment.