diff --git a/.circleci/config.yml b/.circleci/config.yml index 960f04df2..a25a159f0 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" --recurse-submodules https://github.com/ethereum/evmone.git; \ + git clone --branch="eof-functions-bak3" --recurse-submodules https://github.com/ethereum/evmone.git; \ cd evmone; \ mkdir build; \ cd build; \