download blockchain headers before building desktop app

This commit is contained in:
Sean Yesmunt 2020-12-29 21:56:45 -05:00
parent c7aa91311d
commit 4ce716d607

View file

@ -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