mirror of
https://github.com/powdr-labs/powdr.git
synced 2026-04-20 03:03:25 -04:00
Use different branch.
This commit is contained in:
2
.github/workflows/rust.yml
vendored
2
.github/workflows/rust.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user