Skip to content

Commit fe57ed8

Browse files
committed
move openssl away
1 parent 18c4428 commit fe57ed8

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

.github/workflows/unit_tests.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,19 @@ jobs:
2727
- name: checkout
2828
uses: actions/checkout@v4
2929

30-
- name: Set up system (perl and curl is installed already)
30+
- 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
34+
printf "----------\n"
3335
perl -V
36+
printf "----------\n"
3437
curl --version
38+
printf "----------\n"
3539
openssl version -a
40+
printf "----------\n"
3641
bash --version
42+
printf "----------\n"
3743
3844
- name: install perl modules
3945
run: |

0 commit comments

Comments
 (0)