Skip to content

Commit a7db791

Browse files
committed
See if installing openssl with brew fixes macos 11 build (#293)
1 parent 1b0ab44 commit a7db791

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Setup dependencies (macos)
2525
if: startsWith(matrix.os, 'macos')
2626
run:
27-
brew install tree
27+
brew install tree openssl
2828
- name: test
2929
env:
3030
CI: true

0 commit comments

Comments
 (0)