mirror of
https://github.com/borgbackup/borg.git
synced 2025-12-18 15:46:20 -05:00
Brewfile: use openssl@3
@3.0 is old, @3 installs something recent (or even that is installed already).
This commit is contained in:
parent
f401ca00f9
commit
0c37c387dc
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