We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 299c900 commit 2cbf199Copy full SHA for 2cbf199
.github/workflows/build_external.yml
@@ -97,11 +97,6 @@ jobs:
97
repository: smartcontractkit/chainlink-solana
98
ref: ${{ needs.init.outputs.solana-ref }}
99
100
- - name: Add replace directive for chainlink-common/pkg/chipingress
101
- run: |
102
- echo 'replace github.com/smartcontractkit/chainlink-common/pkg/chipingress => ../chainlink-common/pkg/chipingress' >> go.mod
103
- go mod tidy
104
-
105
- name: Setup Go
106
uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
107
with:
0 commit comments