Skip to content

Commit

Permalink
ci: fix litd-itest replace directive
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgeTsagk committed Nov 14, 2024
1 parent f0907b5 commit 97bf425
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ jobs:
- name: Update go.mod to use the local Tap repository
working-directory: ./lightning-terminal
run: |
go mod edit -replace=github.com/lightning-labs/taproot-assets=../
go mod edit -replace=github.com/lightninglabs/taproot-assets=../
go mod tidy
- name: Install yarn
Expand Down

0 comments on commit 97bf425

Please sign in to comment.