Switch to Homebrew

This commit is contained in:
Ben van Hartingsveldt 2025-09-16 17:45:19 +02:00
parent 7dfc2a3392
commit f146169259
No known key found for this signature in database
GPG key ID: 261AA214130CE7AB

View file

@ -49,10 +49,10 @@ jobs:
- uses: Homebrew/actions/setup-homebrew@master - uses: Homebrew/actions/setup-homebrew@master
if: startsWith(runner.os, 'mac') if: startsWith(runner.os, 'mac')
# HACK part 2 # HACK part 2
- uses: actions/setup-python@v6 - name: Install Python2
if: startsWith(runner.os, 'mac') if: startsWith(runner.os, 'mac')
with: run: |
python-version: '2.6' brew install python@2
- name: Download blockchain headers - name: Download blockchain headers
run: | run: |
mkdir -p ./static/daemon mkdir -p ./static/daemon