mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 19:09:54 +00:00
chore: remove geth zip file (#5218)
This commit is contained in:
1
.github/workflows/integration.yml
vendored
1
.github/workflows/integration.yml
vendored
@ -37,6 +37,7 @@ jobs:
|
|||||||
mkdir -p "$HOME/bin"
|
mkdir -p "$HOME/bin"
|
||||||
wget -q https://gethstore.blob.core.windows.net/builds/geth-linux-amd64-$GETH_BUILD.tar.gz
|
wget -q https://gethstore.blob.core.windows.net/builds/geth-linux-amd64-$GETH_BUILD.tar.gz
|
||||||
tar -xvf geth-linux-amd64-$GETH_BUILD.tar.gz
|
tar -xvf geth-linux-amd64-$GETH_BUILD.tar.gz
|
||||||
|
rm geth-linux-amd64-$GETH_BUILD.tar.gz
|
||||||
mv geth-linux-amd64-$GETH_BUILD/geth $HOME/bin/geth
|
mv geth-linux-amd64-$GETH_BUILD/geth $HOME/bin/geth
|
||||||
chmod u+x "$HOME/bin/geth"
|
chmod u+x "$HOME/bin/geth"
|
||||||
export PATH=$HOME/bin:$PATH
|
export PATH=$HOME/bin:$PATH
|
||||||
|
|||||||
1
.github/workflows/sanity.yml
vendored
1
.github/workflows/sanity.yml
vendored
@ -34,6 +34,7 @@ jobs:
|
|||||||
mkdir -p "$HOME/bin"
|
mkdir -p "$HOME/bin"
|
||||||
wget -q https://gethstore.blob.core.windows.net/builds/geth-linux-amd64-$GETH_BUILD.tar.gz
|
wget -q https://gethstore.blob.core.windows.net/builds/geth-linux-amd64-$GETH_BUILD.tar.gz
|
||||||
tar -xvf geth-linux-amd64-$GETH_BUILD.tar.gz
|
tar -xvf geth-linux-amd64-$GETH_BUILD.tar.gz
|
||||||
|
rm geth-linux-amd64-$GETH_BUILD.tar.gz
|
||||||
mv geth-linux-amd64-$GETH_BUILD/geth $HOME/bin/geth
|
mv geth-linux-amd64-$GETH_BUILD/geth $HOME/bin/geth
|
||||||
chmod u+x "$HOME/bin/geth"
|
chmod u+x "$HOME/bin/geth"
|
||||||
export PATH=$HOME/bin:$PATH
|
export PATH=$HOME/bin:$PATH
|
||||||
|
|||||||
Reference in New Issue
Block a user