mirror of
https://github.com/borgbackup/borg.git
synced 2026-06-09 00:32:37 -04:00
Merge pull request #9079 from ThomasWaldmann/brewfile-master
Brewfile: use openssl@3
This commit is contained in:
commit
8bc39e7aac
1 changed files with 1 additions and 1 deletions
2
Brewfile
2
Brewfile
|
|
@ -2,7 +2,7 @@ brew 'pkgconf'
|
|||
brew 'zstd'
|
||||
brew 'lz4'
|
||||
brew 'xxhash'
|
||||
brew 'openssl@3.0'
|
||||
brew 'openssl@3'
|
||||
|
||||
# osxfuse (aka macFUSE) is only required for "borg mount",
|
||||
# but won't work on GitHub Actions' workers.
|
||||
|
|
|
|||
Loading…
Reference in a new issue