Skip to content

Commit

Permalink
probe
Browse files Browse the repository at this point in the history
  • Loading branch information
shawnlaffan committed Sep 6, 2024
1 parent 7dbe16f commit 07716dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
#echo $env:PATH
echo $env:PERL5LIB
cpanm Acme
perl -MAcme -E"say $INC{'Acme.pm'}"
perl -MAcme -E'say $INC{q{Acme.pm}}'
# Was giving grief. Hurts not to leave here.
- name: Install dependencies Sereal
Expand Down

0 comments on commit 07716dd

Please sign in to comment.