Skip to content

Commit

Permalink
v1.18: Re-enable SPL downstream job with last v1.18 commit (solana-la…
Browse files Browse the repository at this point in the history
  • Loading branch information
joncinque authored Jul 16, 2024
1 parent 6b1d6f7 commit 891a1b1
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.18

# copy toolchain file to use solana's rust version
cp "$SOLANA_DIR"/rust-toolchain.toml spl/
Expand Down

0 comments on commit 891a1b1

Please sign in to comment.