Skip to content

Commit bfe1f03

Browse files
committed
grrrr
1 parent 5d01903 commit bfe1f03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pyth-sdk-example-anchor-contract.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
run: sudo apt-get update && sudo apt-get install libudev-dev pkg-config build-essential protobuf-compiler
2222
- name: Install solana binaries
2323
run: |
24-
sh -c "$(curl -sSfL https://release.solana.com/v1.18.1/install)"
24+
sh -c "$(curl -sSfL https://release.solana.com/v1.18.21/install)"
2525
echo "/home/runner/.local/share/solana/install/active_release/bin" >> $GITHUB_PATH
2626
- name: Install anchor binaries
2727
run: |

0 commit comments

Comments
 (0)