We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7270a4 commit f1daf10Copy full SHA for f1daf10
1 file changed
.github/workflows/unit_tests.yml
@@ -30,7 +30,8 @@ jobs:
30
- name: Set up system (perl, curl is installed already)
31
run: |
32
brew install socat jsonlint cpanminus
33
- mv /opt/homebrew/bin/openssl /opt/homebrew/bin/openssl.NOPE
+ printf "%s\n" "----------"
34
+ mv -v /opt/homebrew/bin/openssl /opt/homebrew/bin/openssl.NOPE
35
printf "%s\n" "----------"
36
perl -V
37
0 commit comments