Skip to content

Commit 088f7c5

Browse files
devin-ai-integration[bot]Jayant Krishnamurthy
andcommitted
fix: add components to toolchain configuration
Co-Authored-By: Jayant Krishnamurthy <[email protected]>
1 parent 9b62be8 commit 088f7c5

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/ci-pythnet-sdk.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
- uses: actions-rs/toolchain@v1
2222
with:
2323
toolchain: 1.82.0
24+
components: rustfmt, clippy
2425
override: true
2526
- name: Format check
2627
run: cargo fmt --all -- --check

.github/workflows/ci-solana-contract.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
- uses: actions-rs/toolchain@v1
2828
with:
2929
toolchain: 1.73.0
30+
components: rustfmt, clippy
3031
override: true
3132
- name: Install Solana
3233
run: |

0 commit comments

Comments
 (0)