From bc3ab0f839fe3dba322f8339cdba67735dfd37a3 Mon Sep 17 00:00:00 2001 From: Jon C Date: Wed, 6 Mar 2024 14:57:57 +0100 Subject: [PATCH] (v1.17) CI: Checkout v1.17 branch from SPL for downstream job (#108) 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/