Skip to content

Commit e4027e9

Browse files
committed
Always nice to know which version of Perl we're building against.
1 parent 7ed6a0f commit e4027e9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/perl-ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ jobs:
2222
apt-get install -y sudo
2323
adduser --uid 1001 github
2424
25+
- name: Perl version
26+
run: perl -V
27+
2528
- name: Build Apache
2629
run: |
2730
apt-get install -y libapr1 libapr1-dev libaprutil1 libaprutil1-dev

0 commit comments

Comments
 (0)