We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e64eed commit 1931a6cCopy full SHA for 1931a6c
.github/workflows/build_external.yml
@@ -58,15 +58,17 @@ jobs:
58
persist-credentials: false
59
path: chainlink
60
61
+ - name: Add replace directive for chipingress
62
+ run: |
63
+ echo 'replace github.com/smartcontractkit/chainlink-common/pkg/chipingress => ./pkg/chipingress' >> go.mod
64
+ go mod tidy
65
+
66
- name: Setup Go
67
uses: ./chainlink-common/.github/actions/setup-go
68
with:
69
go-version-file: "chainlink/go.mod"
70
only-modules: "true"
71
- - name: Clean go mod cache
- run: go clean -modcache
-
72
- name: Build /chainlink
73
shell: bash
74
env:
0 commit comments