From 4740366cb9cafbce215204e4e9ecb68a988b745d Mon Sep 17 00:00:00 2001 From: Jon C Date: Wed, 6 Mar 2024 13:10:51 +0100 Subject: [PATCH] CI: Checkout v1.17 branch from SPL for downstream job --- .github/scripts/downstream-project-spl-common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/scripts/downstream-project-spl-common.sh b/.github/scripts/downstream-project-spl-common.sh index a2277fa3094628..47237e71c9c5a8 100644 --- a/.github/scripts/downstream-project-spl-common.sh +++ b/.github/scripts/downstream-project-spl-common.sh @@ -8,7 +8,7 @@ source "$here"/../../ci/downstream-projects/common.sh set -x rm -rf spl -git clone https://github.com/solana-labs/solana-program-library.git spl +git clone https://github.com/solana-labs/solana-program-library.git spl -b v1.17 # copy toolchain file to use solana's rust version cp "$SOLANA_DIR"/rust-toolchain.toml spl/