Skip to content

Commit f3a4178

Browse files
committed
github-actions: remove macos diagnostics entirely
`openssl version` is returning 1.1.1m so hopefully the default will just work now.
1 parent e907069 commit f3a4178

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

Diff for: .github/workflows/actions.yml

-8
Original file line numberDiff line numberDiff line change
@@ -67,14 +67,6 @@ jobs:
6767
run: |
6868
brew bundle
6969
70-
- name: macOS diagnostics
71-
if: startsWith(matrix.os,'macos')
72-
run: |
73-
which openssl
74-
openssl version
75-
echo $PKG_CONFIG_PATH
76-
pkg-config --cflags --libs openssl
77-
7870
- name: Build with Autotools
7971
if: startsWith(matrix.build-system,'autotools')
8072
run: |

0 commit comments

Comments
 (0)