Skip to content

Commit 311ddbe

Browse files
committed
GitHub: also add local replace for taprpc in litd itest
Fixes the litd itests failing to compile if a PR also contains changes to the RPC stubs.
1 parent 48ba4a9 commit 311ddbe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -375,6 +375,7 @@ jobs:
375375
working-directory: ./lightning-terminal
376376
run: |
377377
go mod edit -replace=github.com/lightninglabs/taproot-assets=../
378+
go mod edit -replace=github.com/lightninglabs/taproot-assets/taprpc=../taprpc
378379
go mod tidy
379380
380381
- name: Install yarn

0 commit comments

Comments
 (0)