mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-09-02 10:08:29 +02:00
correct printf
This commit is contained in:
10
.github/workflows/unit_tests.yml
vendored
10
.github/workflows/unit_tests.yml
vendored
@ -31,15 +31,15 @@ jobs:
|
||||
run: |
|
||||
brew install socat jsonlint cpanminus
|
||||
mv /opt/homebrew/bin/openssl /opt/homebrew/bin/openssl.NOPE
|
||||
printf "----------\n"
|
||||
printf "%s\n" "----------"
|
||||
perl -V
|
||||
printf "----------\n"
|
||||
printf "%s\n" "----------"
|
||||
curl --version
|
||||
printf "----------\n"
|
||||
printf "%s\n" "----------"
|
||||
openssl version -a
|
||||
printf "----------\n"
|
||||
printf "%s\n" "----------"
|
||||
bash --version
|
||||
printf "----------\n"
|
||||
printf "%s\n" "----------"
|
||||
|
||||
- name: install perl modules
|
||||
run: |
|
||||
|
Reference in New Issue
Block a user