From de65b9c9b59cd9d8fa887a3ab3b30d3530a42a73 Mon Sep 17 00:00:00 2001 From: Awbrey Hughlett Date: Wed, 11 Dec 2024 11:14:26 -0600 Subject: [PATCH] test theory of running from root by default --- .github/workflows/rust.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 74afc825e..d4cf86acc 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -161,7 +161,7 @@ jobs: run: go install github.com/smartcontractkit/chainlink-testing-framework/tools/gotestloghelper@latest - name: Install Solana CLI - run: ../scripts/install-solana-ci.sh + run: ./scripts/install-solana-ci.sh - name: Test Relay Interfaces run: |