From f7681445762daf7394dda780651f9d2a18cd8b5f Mon Sep 17 00:00:00 2001 From: zeppi Date: Thu, 17 Nov 2022 11:55:33 -0500 Subject: [PATCH] typo and ln /usr/bin/python --- .github/workflows/deploy.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index ffff45b30..b21137587 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -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