Skip to content

Commit

Permalink
(v1.17) CI: Checkout v1.17 branch from SPL for downstream job (#108)
Browse files Browse the repository at this point in the history
CI: Checkout v1.17 branch from SPL for downstream job
  • Loading branch information
joncinque authored Mar 6, 2024
1 parent 527b75b commit bc3ab0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/downstream-project-spl-common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down

0 comments on commit bc3ab0f

Please sign in to comment.