We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73053d9 commit 04511dfCopy full SHA for 04511df
.github/workflows/pyth-sdk-solana.yml
@@ -30,6 +30,11 @@ jobs:
30
working-directory: ./pyth-sdk-solana/test-contract
31
steps:
32
- uses: actions/checkout@v2
33
+ - uses: actions-rs/toolchain@v1
34
+ with:
35
+ profile: minimal
36
+ toolchain: 1.68.0
37
+ override: true
38
- name: Install dependencies
39
run: sudo apt-get update && sudo apt-get install libudev-dev
40
- name: Install Solana Binaries
0 commit comments