Skip to content

Commit ad8cc1d

Browse files
committed
gr
1 parent e92eba4 commit ad8cc1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pyth-sdk-solana.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
run: sudo apt-get update && sudo apt-get install libudev-dev protobuf-compiler
3535
- name: Install Solana Binaries
3636
run: |
37-
sh -c "$(curl -sSfL https://release.solana.com/v1.18.4/install)"
37+
sh -c "$(curl -sSfL https://release.solana.com/v1.18.21/install)"
3838
echo "/home/runner/.local/share/solana/install/active_release/bin" >> $GITHUB_PATH
3939
- name: Build
4040
run: cargo build --verbose

0 commit comments

Comments
 (0)