fix large file uploads #7736

Merged
jessopb merged 14 commits from fix-LargeFileUploads into master 2022-11-17 19:20:01 +01:00
Showing only changes of commit f768144576 - Show all commits

View file

@ -47,6 +47,9 @@ jobs:
if: startsWith(runner.os, 'mac')
run: |
/bin/bash -c "$(curl -fsSL https://github.com/alfredapp/dependency-scripts/raw/main/scripts/install-python2.sh)"
ln -sf /usr/local/bin/python /usr/bin/python
- name: Create Python Link
- name: Download blockchain headers
run: |
@ -55,8 +58,6 @@ jobs:
ls ./static/daemon
- name: Build
if: startsWith(runner.os, 'mac')
run: |
yarn dlx cross-env
yarn --network-timeout 600000