Skip to content

Commit 04511df

Browse files
committed
Fix rust toolchain
1 parent 73053d9 commit 04511df

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@ 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
3338
- name: Install dependencies
3439
run: sudo apt-get update && sudo apt-get install libudev-dev
3540
- name: Install Solana Binaries

0 commit comments

Comments
 (0)