Skip to content

Commit d8d263d

Browse files
committed
Cleanup
1 parent 04511df commit d8d263d

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,6 @@ jobs:
3030
working-directory: ./pyth-sdk-solana/test-contract
3131
steps:
3232
- uses: actions/checkout@v2
33-
- uses: actions-rs/toolchain@v1
34-
with:
35-
profile: minimal
36-
toolchain: 1.68.0
37-
override: true
3833
- name: Install dependencies
3934
run: sudo apt-get update && sudo apt-get install libudev-dev
4035
- name: Install Solana Binaries
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

22
# This is only used for tests
33
[toolchain]
4-
channel = "1.66.1"
4+
channel = "1.68.0"
55
profile = "minimal"

0 commit comments

Comments
 (0)