From 15e56d4652ea47f1e2022a25f68aa32e2972bda6 Mon Sep 17 00:00:00 2001 From: Shawn Reuland Date: Thu, 22 Feb 2024 11:59:44 -0800 Subject: [PATCH] use main for soroban-rpc ref --- .github/workflows/e2e.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 128219a0c..f9cfb8149 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -19,7 +19,7 @@ jobs: # the soroban CLI & RPC source code to compile and run from system test # refers to checked out source of current git hub ref context SYSTEM_TEST_SOROBAN_CLI_REF: ${{ github.workspace }} - SYSTEM_TEST_SOROBAN_RPC_REF: https://github.com/stellar/soroban-rpc.git#master + SYSTEM_TEST_SOROBAN_RPC_REF: https://github.com/stellar/soroban-rpc.git#main # core git ref should be latest commit for stable soroban functionality # the core bin can either be compiled in-line here as part of ci,