Skip to content

Commit 1931a6c

Browse files
committed
trying to fix build issues
1 parent 3e64eed commit 1931a6c

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/build_external.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,15 +58,17 @@ jobs:
5858
persist-credentials: false
5959
path: chainlink
6060

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+
6166
- name: Setup Go
6267
uses: ./chainlink-common/.github/actions/setup-go
6368
with:
6469
go-version-file: "chainlink/go.mod"
6570
only-modules: "true"
6671

67-
- name: Clean go mod cache
68-
run: go clean -modcache
69-
7072
- name: Build /chainlink
7173
shell: bash
7274
env:

0 commit comments

Comments
 (0)