Skip to content

Commit f1daf10

Browse files
committed
make mv visible
1 parent b7270a4 commit f1daf10

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/unit_tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ jobs:
3030
- name: Set up system (perl, curl is installed already)
3131
run: |
3232
brew install socat jsonlint cpanminus
33-
mv /opt/homebrew/bin/openssl /opt/homebrew/bin/openssl.NOPE
33+
printf "%s\n" "----------"
34+
mv -v /opt/homebrew/bin/openssl /opt/homebrew/bin/openssl.NOPE
3435
printf "%s\n" "----------"
3536
perl -V
3637
printf "%s\n" "----------"

0 commit comments

Comments
 (0)