Skip to content

Commit 728cf4a

Browse files
committed
Fix exporting PATH variable
1 parent 410daef commit 728cf4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
brew install pyenv
5656
pyenv install 2.7
5757
pyenv global 2.7
58-
ln -s $(pyenv which python2.7) /usr/bin/python
58+
export PATH="$(pyenv which python2.7):$PATH"
5959
- name: Download blockchain headers
6060
run: |
6161
mkdir -p ./static/daemon

0 commit comments

Comments
 (0)