mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-13 12:33:42 +02:00
Merge cf57722788 into merged_master (Bitcoin PR bitcoin/bitcoin#31335)
This commit is contained in:
commit
e481165fb0
2 changed files with 3 additions and 2 deletions
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
|
@ -109,7 +109,8 @@ jobs:
|
|||
run: |
|
||||
# A workaround for "The `brew link` step did not complete successfully" error.
|
||||
brew install --quiet python@3 || brew link --overwrite python@3
|
||||
brew install --quiet coreutils ninja pkg-config gnu-getopt ccache boost libevent zeromq qt@5 qrencode
|
||||
# Update to install pkgconf, once the GHA image has been updated.
|
||||
brew install --quiet coreutils ninja gnu-getopt ccache boost libevent zeromq qt@5 qrencode
|
||||
|
||||
# ELEMENTS
|
||||
- name: Override boost@1.85
|
||||
|
|
|
|||
|
|
@ -48,7 +48,7 @@ See [dependencies.md](dependencies.md) for a complete overview.
|
|||
To install, run the following from your terminal:
|
||||
|
||||
``` bash
|
||||
brew install cmake boost pkg-config libevent
|
||||
brew install cmake boost pkgconf libevent
|
||||
```
|
||||
|
||||
### 4. Clone Elements repository
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue