Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/macos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
run: |
export PATH="/usr/local/opt:/Users/runner/.local/bin:/opt/homebrew/bin/python3.10/bin:$PATH"

brew install gnu-sed autoconf automake libtool protobuf openssl lowdown libsodium
brew install gnu-sed autoconf automake libtool protobuf openssl lowdown libsodium make

# https://github.com/grpc/grpc/issues/31737#issuecomment-1323796842
export GRPC_PYTHON_BUILD_SYSTEM_OPENSSL=1
Expand All @@ -50,7 +50,7 @@ jobs:
export LIBRARY_PATH=/opt/homebrew/lib

uv run ./configure --disable-valgrind --disable-compat
uv run make
uv run gmake

- name: Start bitcoind in regtest mode
run: |
Expand Down
Loading