mirror of
https://github.com/LBRYFoundation/lbry-desktop.git
synced 2025-09-30 15:20:40 +00:00
Switch to Homebrew
This commit is contained in:
parent
7dfc2a3392
commit
f146169259
1 changed files with 3 additions and 3 deletions
6
.github/workflows/deploy.yml
vendored
6
.github/workflows/deploy.yml
vendored
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue