We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ed6a0f commit e4027e9Copy full SHA for e4027e9
1 file changed
.github/workflows/perl-ci.yml
@@ -22,6 +22,9 @@ jobs:
22
apt-get install -y sudo
23
adduser --uid 1001 github
24
25
+ - name: Perl version
26
+ run: perl -V
27
+
28
- name: Build Apache
29
run: |
30
apt-get install -y libapr1 libapr1-dev libaprutil1 libaprutil1-dev
0 commit comments