feat(ci): add geth bin to GITHUB_PATH (#373)

* PATH is not updated between action steps, so GITHUB_PATH needs to be
   prepended with the directory the geth binary is in
This commit is contained in:
Dan Cline
2022-12-09 19:42:10 -05:00
committed by GitHub
parent 142b808cc3
commit 37e016d4a3

View File

@ -36,6 +36,7 @@ jobs:
mv geth-linux-amd64-$GETH_BUILD/geth $HOME/bin/geth
chmod u+x "$HOME/bin/geth"
export PATH=$HOME/bin:$PATH
echo $HOME/bin >> $GITHUB_PATH
geth version
- name: Install latest nextest release