download blockchain headers before building desktop app
This commit is contained in:
parent
c7aa91311d
commit
4ce716d607
1 changed files with 5 additions and 0 deletions
5
.github/workflows/deploy.yml
vendored
5
.github/workflows/deploy.yml
vendored
|
@ -38,6 +38,11 @@ jobs:
|
|||
with:
|
||||
xcode-version: '10.3.0'
|
||||
|
||||
- name: Download blockchain headers
|
||||
run: |
|
||||
mkdir -p ./dist/electron/static/daemon
|
||||
curl -o ./dist/electron/static/daemon/headers https://headers.lbry.io/blockchain_headers_latest
|
||||
|
||||
- name: Build
|
||||
run: |
|
||||
yarn global add cross-env
|
||||
|
|
Loading…
Reference in a new issue