Skip to content

Commit 7bcbabc

Browse files
committed
fix: add wrpc dependency cloning step in CI workflow and remove obsolete .rustfmt.toml
1 parent a4a452b commit 7bcbabc

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ jobs:
2020
- run: cargo clippy
2121
- run: cargo fmt --check
2222
# Mock ledger
23+
- name: Mock Ledger - Clone wrpc dependency
24+
run: git clone https://github.com/bytecodealliance/wrpc.git
25+
working-directory: ../
2326
- name: Mock Ledger - Check formatting
2427
run: cargo fmt --check
2528
working-directory: mock-ledger/backend

mock-ledger/backend/.rustfmt.toml

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)