We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0113425 commit 22ee1f1Copy full SHA for 22ee1f1
.github/scripts/downstream-project-spl-common.sh
@@ -8,7 +8,7 @@ source "$here"/../../ci/downstream-projects/common.sh
8
9
set -x
10
rm -rf spl
11
-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
12
13
# copy toolchain file to use solana's rust version
14
cp "$SOLANA_DIR"/rust-toolchain.toml spl/
0 commit comments