diff --git a/.circleci/config.yml b/.circleci/config.yml index 3f0f98edf..c2074a5a3 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1045,7 +1045,7 @@ jobs: name: Build evmone based on EOF branch command: | ( cd /usr/src; \ - git clone --branch="eof-functions-bak3" --recurse-submodules https://github.com/ethereum/evmone.git; \ + git clone --branch="eof-functions" --recurse-submodules https://github.com/ethereum/evmone.git; \ cd evmone; \ sed -i -e 's/GNULIKE TRUE/GNULIKE FALSE/g' cmake/cable/CableCompilerSettings.cmake; \ mkdir build; \