mirror of
https://github.com/lightninglabs/loop.git
synced 2026-08-13 12:33:03 +02:00
workflow: replace swapserverrpc in lit-setup
In order for the LiT CI jobs to use the `swapserverrpc` protos that exist on the latest `master` version of the `loop` repo, we need to update the `lit-setup` action to replace the litd `swapserverrpc` dependency with the latest version that exists in the `loop` repo.
This commit is contained in:
parent
c3f3199625
commit
a0850f7e35
1 changed files with 1 additions and 0 deletions
1
.github/actions/lit-setup/action.yml
vendored
1
.github/actions/lit-setup/action.yml
vendored
|
|
@ -20,6 +20,7 @@ runs:
|
|||
run: |
|
||||
go mod edit -replace=github.com/lightninglabs/loop=../
|
||||
go mod edit -replace=github.com/lightninglabs/loop/looprpc=../looprpc
|
||||
go mod edit -replace=github.com/lightninglabs/loop/swapserverrpc=../swapserverrpc
|
||||
go mod tidy
|
||||
shell: bash
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue