Switch to matching evmone branch.

This commit is contained in:
Daniel Kirchner 2022-12-21 14:05:25 +01:00
parent 8426b0f35d
commit 048a56cd0a

View File

@ -1045,7 +1045,7 @@ jobs:
name: Build evmone based on EOF branch name: Build evmone based on EOF branch
command: | command: |
( cd /usr/src; \ ( 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; \ cd evmone; \
mkdir build; \ mkdir build; \
cd build; \ cd build; \