File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,6 @@ if [[ "$OSTYPE" != "linux"* ]]; then
8
8
fi
9
9
10
10
mkdir -p build/_workspace/evmone
11
- [[ -f build/_workspace/evmone/evmone-0.5.0 -linux-x86_64.tar.gz ]] && exit 0
12
- wget -O build/_workspace/evmone/evmone-0.5.0 -linux-x86_64.tar.gz https://github.com/ethereum/evmone/releases/download/v0.5.0 /evmone-0.5.0 -linux-x86_64.tar.gz
13
- tar xzvf build/_workspace/evmone/evmone-0.5.0 -linux-x86_64.tar.gz -C build/_workspace/evmone/
11
+ [[ -f build/_workspace/evmone/evmone-0.9.1 -linux-x86_64.tar.gz ]] && exit 0
12
+ wget -O build/_workspace/evmone/evmone-0.9.1 -linux-x86_64.tar.gz https://github.com/ethereum/evmone/releases/download/v0.9.1 /evmone-0.9.1 -linux-x86_64.tar.gz
13
+ tar xzvf build/_workspace/evmone/evmone-0.9.1 -linux-x86_64.tar.gz -C build/_workspace/evmone/
You can’t perform that action at this time.
0 commit comments