From e1277d2d03f5cc1b02a339f545650ec2f670e5f2 Mon Sep 17 00:00:00 2001 From: 0g-wh Date: Wed, 23 Oct 2024 04:06:48 +0000 Subject: [PATCH] add git version to 0g --- .github/workflows/tps-single-0g.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tps-single-0g.yml b/.github/workflows/tps-single-0g.yml index 61f4628..e40a0b5 100644 --- a/.github/workflows/tps-single-0g.yml +++ b/.github/workflows/tps-single-0g.yml @@ -23,7 +23,7 @@ jobs: make build - name: Build Chain run: | - git clone https://github.com/0glabs/0g-chain.git + git clone -b v0.4.0 https://github.com/0glabs/0g-chain.git cd 0g-chain sudo LINK_STATICALLY=true make build-release ./localtestnet.sh &> chain.log &