Skip to content

Commit 45b49fd

Browse files
committed
trying to fix build issues
1 parent 1931a6c commit 45b49fd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build_external.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,10 @@ jobs:
5959
path: chainlink
6060

6161
- name: Add replace directive for chipingress
62+
working-directory: chainlink
6263
run: |
63-
echo 'replace github.com/smartcontractkit/chainlink-common/pkg/chipingress => ./pkg/chipingress' >> go.mod
64+
grep '^module ' go.mod # should output a module line
65+
echo 'replace github.com/smartcontractkit/chainlink-common/pkg/chipingress => ../chainlink-common/pkg/chipingress' >> go.mod
6466
go mod tidy
6567
6668
- name: Setup Go

0 commit comments

Comments
 (0)