mirror of
https://github.com/pezkuwichain/revive.git
synced 2026-06-13 17:41:05 +00:00
ci: use upstream evm for tests (#213)
Signed-off-by: Cyrill Leutwiler <bigcyrill@hotmail.com>
This commit is contained in:
@@ -32,10 +32,9 @@ jobs:
|
|||||||
|
|
||||||
- name: Install geth
|
- name: Install geth
|
||||||
run: |
|
run: |
|
||||||
git clone https://github.com/xermicus/go-ethereum --branch=cl/fix-runner-state-dump --depth=1
|
sudo add-apt-repository -y ppa:ethereum/ethereum
|
||||||
cd go-ethereum
|
sudo apt update
|
||||||
make all
|
sudo apt install -y ethereum
|
||||||
echo "$(pwd)/build/bin/" >> $GITHUB_PATH
|
|
||||||
|
|
||||||
- name: Machete
|
- name: Machete
|
||||||
uses: bnjbvr/cargo-machete@main
|
uses: bnjbvr/cargo-machete@main
|
||||||
|
|||||||
Reference in New Issue
Block a user