mirror of
https://github.com/LBRYFoundation/lbry-desktop.git
synced 2025-09-30 15:20:40 +00:00
Fix exporting PATH variable
This commit is contained in:
parent
410daef342
commit
728cf4ae18
1 changed files with 1 additions and 1 deletions
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
|
@ -55,7 +55,7 @@ jobs:
|
||||||
brew install pyenv
|
brew install pyenv
|
||||||
pyenv install 2.7
|
pyenv install 2.7
|
||||||
pyenv global 2.7
|
pyenv global 2.7
|
||||||
ln -s $(pyenv which python2.7) /usr/bin/python
|
export PATH="$(pyenv which python2.7):$PATH"
|
||||||
- name: Download blockchain headers
|
- name: Download blockchain headers
|
||||||
run: |
|
run: |
|
||||||
mkdir -p ./static/daemon
|
mkdir -p ./static/daemon
|
||||||
|
|
Loading…
Add table
Reference in a new issue