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 b332023bcc - Show all commits

View file

@ -47,7 +47,7 @@ jobs:
if: startsWith(runner.os, 'mac') if: startsWith(runner.os, 'mac')
run: | run: |
/bin/bash -c "$(curl -fsSL https://github.com/alfredapp/dependency-scripts/raw/main/scripts/install-python2.sh)" /bin/bash -c "$(curl -fsSL https://github.com/alfredapp/dependency-scripts/raw/main/scripts/install-python2.sh)"
sudo ln -sf /usr/local/bin/python /usr/bin/python echo "PYTHON_PATH=/usr/local/bin/python" >> $GITHUB_ENV
- name: Download blockchain headers - name: Download blockchain headers
run: | run: |