Fix exporting PATH variable

This commit is contained in:
Ben van Hartingsveldt 2025-09-16 18:52:04 +02:00
parent 410daef342
commit 728cf4ae18
No known key found for this signature in database
GPG key ID: 261AA214130CE7AB

View file

@ -55,7 +55,7 @@ jobs:
brew install pyenv
pyenv install 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
run: |
mkdir -p ./static/daemon