CI: fix and pin geth (#206)

This commit is contained in:
xermicus
2025-02-10 17:39:44 +01:00
committed by GitHub
parent 60fc09f787
commit a921e425b4
5 changed files with 53 additions and 14 deletions
+5 -4
View File
@@ -30,11 +30,12 @@ jobs:
tar Jxf llvm.tar.xz -C llvm18/
echo "LLVM_SYS_181_PREFIX=$(pwd)/llvm18" >> $GITHUB_ENV
- name: Install apt dependencies
- name: Install geth
run: |
sudo add-apt-repository -y ppa:ethereum/ethereum
sudo apt update
sudo apt install -y ethereum
git clone https://github.com/xermicus/go-ethereum --branch=cl/fix-runner-state-dump --depth=1
cd go-ethereum
make all
echo "$(pwd)/build/bin/" >> $GITHUB_PATH
- name: Machete
uses: bnjbvr/cargo-machete@main