From 63b87b6ebc20a013ac785fbbc376e2e6bcc0b8a3 Mon Sep 17 00:00:00 2001 From: chriseth Date: Tue, 7 Mar 2023 14:40:14 +0100 Subject: [PATCH] Use different branch. --- .github/workflows/rust.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 7ee39979e..168209e16 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -35,7 +35,7 @@ jobs: run: cargo build --verbose - name: Install pilcom # run: git clone https://github.com/0xPolygonHermez/pilcom.git && cd pilcom && npm install - run: git clone https://github.com/chriseth/pilcom.git -b parse_json_if_json_passed && cd pilcom && npm install + run: git clone https://github.com/chriseth/pilcom.git -b main && cd pilcom && npm install - name: Run tests run: PILCOM=$(pwd)/pilcom/ cargo test --verbose - name: Lint