We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe57ed8 commit b7270a4Copy full SHA for b7270a4
1 file changed
.github/workflows/unit_tests.yml
@@ -31,15 +31,15 @@ jobs:
31
run: |
32
brew install socat jsonlint cpanminus
33
mv /opt/homebrew/bin/openssl /opt/homebrew/bin/openssl.NOPE
34
- printf "----------\n"
+ printf "%s\n" "----------"
35
perl -V
36
37
curl --version
38
39
openssl version -a
40
41
bash --version
42
43
44
- name: install perl modules
45
0 commit comments