Skip to content

Commit 2d93d0a

Browse files
authored
Do not reinstall openssl on MacOS
1 parent 1233942 commit 2d93d0a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/compilation.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,7 @@ jobs:
6060
if: startsWith( matrix.os[0], 'macos' )
6161
run: |
6262
brew update
63-
brew install automake bash openssl libarchive gpgme libtool
64-
brew reinstall openssl@3 # https://github.com/Homebrew/homebrew-core/issues/169728#issuecomment-2074958306
63+
brew install automake bash libarchive gpgme libtool
6564
6665
- name: Compile Tools
6766
run: |

0 commit comments

Comments
 (0)