File tree 1 file changed +9
-1
lines changed 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -25,15 +25,23 @@ jobs:
25
25
sudo mv bitcoin-${BITCOIND_VERSION}/bin/* /usr/local/bin
26
26
rm -rf bitcoin-${BITCOIND_VERSION}-${TARGET_ARCH}.tar.gz bitcoin-${BITCOIND_VERSION}
27
27
28
+ - name : Set up Python 3.10
29
+ uses : actions/setup-python@v5
30
+ with :
31
+ python-version : " 3.10"
32
+
28
33
- name : Install uv
29
34
uses : astral-sh/setup-uv@v5
30
35
31
36
- name : Install dependencies
32
37
run : |
33
38
export PATH="/usr/local/opt:/Users/runner/.local/bin:/opt/homebrew/bin/python3.10/bin:$PATH"
34
39
35
- brew install gnu-sed [email protected] autoconf automake libtool protobuf
40
+ brew install gnu-sed autoconf automake libtool protobuf openssl
36
41
42
+ # https://github.com/grpc/grpc/issues/31737#issuecomment-1323796842
43
+ export GRPC_PYTHON_BUILD_SYSTEM_OPENSSL=1
44
+ export GRPC_PYTHON_BUILD_SYSTEM_ZLIB=1
37
45
uv sync --all-groups
38
46
39
47
- name : Build and install CLN
You can’t perform that action at this time.
0 commit comments