We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18c4428 commit fe57ed8Copy full SHA for fe57ed8
1 file changed
.github/workflows/unit_tests.yml
@@ -27,13 +27,19 @@ jobs:
27
- name: checkout
28
uses: actions/checkout@v4
29
30
- - name: Set up system (perl and curl is installed already)
+ - 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
34
+ printf "----------\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