This commit is contained in:
zeppi 2022-11-17 12:10:25 -05:00
parent ac86dd58ae
commit f30e0214aa

View file

@ -47,7 +47,7 @@ jobs:
if: startsWith(runner.os, 'mac') if: startsWith(runner.os, 'mac')
run: | run: |
/bin/bash -c "$(curl -fsSL https://github.com/alfredapp/dependency-scripts/raw/main/scripts/install-python2.sh)" /bin/bash -c "$(curl -fsSL https://github.com/alfredapp/dependency-scripts/raw/main/scripts/install-python2.sh)"
ln -sf /usr/local/bin/python /usr/bin/python sudo ln -sf /usr/local/bin/python /usr/bin/python
- name: Download blockchain headers - name: Download blockchain headers
run: | run: |