File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 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
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 :
You can’t perform that action at this time.
0 commit comments