Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

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 and willhickey committed Mar 9, 2024
1 parent 0113425 commit 22ee1f1
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 22ee1f1

Please sign in to comment.