typo and ln /usr/bin/python
This commit is contained in:
parent
fb63e2e00a
commit
f768144576
1 changed files with 3 additions and 2 deletions
5
.github/workflows/deploy.yml
vendored
5
.github/workflows/deploy.yml
vendored
|
@ -47,6 +47,9 @@ 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)"
|
||||||
|
ln -sf /usr/local/bin/python /usr/bin/python
|
||||||
|
|
||||||
|
- name: Create Python Link
|
||||||
|
|
||||||
- name: Download blockchain headers
|
- name: Download blockchain headers
|
||||||
run: |
|
run: |
|
||||||
|
@ -55,8 +58,6 @@ jobs:
|
||||||
ls ./static/daemon
|
ls ./static/daemon
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
if: startsWith(runner.os, 'mac')
|
|
||||||
|
|
||||||
run: |
|
run: |
|
||||||
yarn dlx cross-env
|
yarn dlx cross-env
|
||||||
yarn --network-timeout 600000
|
yarn --network-timeout 600000
|
||||||
|
|
Loading…
Reference in a new issue