Skip to content

Commit f146169

Browse files
committed
Switch to Homebrew
1 parent 7dfc2a3 commit f146169

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,10 @@ jobs:
4949
- uses: Homebrew/actions/setup-homebrew@master
5050
if: startsWith(runner.os, 'mac')
5151
# HACK part 2
52-
- uses: actions/setup-python@v6
52+
- name: Install Python2
5353
if: startsWith(runner.os, 'mac')
54-
with:
55-
python-version: '2.6'
54+
run: |
55+
brew install python@2
5656
- name: Download blockchain headers
5757
run: |
5858
mkdir -p ./static/daemon

0 commit comments

Comments
 (0)