Skip to content

Commit afaed8d

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

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/build_external.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ jobs:
6161
- name: Add replace directive for chipingress
6262
working-directory: chainlink
6363
run: |
64-
grep '^module ' go.mod # should output a module line
6564
echo 'replace github.com/smartcontractkit/chainlink-common/pkg/chipingress => ../chainlink-common/pkg/chipingress' >> go.mod
6665
go mod tidy
6766
@@ -98,6 +97,12 @@ jobs:
9897
repository: smartcontractkit/chainlink-solana
9998
ref: ${{ needs.init.outputs.solana-ref }}
10099

100+
- name: Add replace directive for chainlink-common/pkg/chipingress
101+
working-directory: chainlink
102+
run: |
103+
echo 'replace github.com/smartcontractkit/chainlink-common/pkg/chipingress => ../chainlink-common/pkg/chipingress' >> go.mod
104+
go mod tidy
105+
101106
- name: Setup Go
102107
uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
103108
with:

0 commit comments

Comments
 (0)